Skip to content

Commit

Permalink
added requirements for the linux version to use clipboard functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ruia committed Nov 5, 2024
1 parent 8a1adc5 commit d14ea87
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit d14ea87

Please sign in to comment.