Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thimc/scm
simple clipboard manager for X11
https://github.com/thimc/scm
cli clipboard dmenu linux manager openbsd pledge simple suckless unveil xorg
Last synced: 2 months ago
JSON representation
simple clipboard manager for X11
- Host: GitHub
- URL: https://github.com/thimc/scm
- Owner: thimc
- License: isc
- Created: 2023-01-07T17:16:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T18:41:40.000Z (8 months ago)
- Last Synced: 2024-09-27T13:21:37.985Z (3 months ago)
- Topics: cli, clipboard, dmenu, linux, manager, openbsd, pledge, simple, suckless, unveil, xorg
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scm - simple clipboard manager
scm is a minimalist clipboard manager for X.
## Requirements
In order to build scm you need the Xlib and Xfixes header files.
It is also expected that you have [dmenu](https://tools.suckless.org/dmenu/) installed.Simply run `make` and then (as root) `make install` to install scm.
## Running scm
The user is required to set a cache directory for scm (via the `-d`
flag), this directory will store all clipboard entries that scm
gets so it is important to set the permissions for the directory
accordingly.In this repository you will find a `scmd` script that sets up a cache
directory in the users `$HOME/.cache` directory.To interact with scm, a dmenu wrapper script (`scmenu`) is provided.
The script allows the user to select and copy the entries in to
their clipboard.See the `scm(1)` manpage for more information.
## License
ISC