Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added requirements for the linux version to use clipboard functionality #61

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Reminde is a tool that helps you to remember commands that you use frequently, it's like a bookmark for your commands.
You can add, remove, search commands that you have saved.

## Requirements
To benefit from the copy to clipboard functionality, you will need to have installed one of the following "clipboard manager" on Linux.
```sh
xsel, xclip, wl-clipboard or Termux:API add-on for termux-clipboard-get/set
```


## To install

Use the binary from the releases page or build it yourself.
Expand All @@ -11,6 +18,7 @@ Use the binary from the releases page or build it yourself.
Remmindme is a command line tool, you can use it by typing `rmm` followed by the command you want.
For every command you can use the help flag to get more information about the command.


### Help

```sh
Expand Down