Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidegalilei/fclipboard
A clipboard for your filesystem
https://github.com/davidegalilei/fclipboard
clipboard copy cross-platform file filesystem nim
Last synced: 25 days ago
JSON representation
A clipboard for your filesystem
- Host: GitHub
- URL: https://github.com/davidegalilei/fclipboard
- Owner: DavideGalilei
- License: mit
- Created: 2022-02-12T15:06:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T15:08:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T20:43:24.218Z (3 months ago)
- Topics: clipboard, copy, cross-platform, file, filesystem, nim
- Language: Nim
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fclipboard - a clipboard for your filesystem
This program allows you to copy and paste files within the terminal.# Installation
```console
$ nimble install https://github.com/DavideGalilei/fclipboard
```
Remember to add `~/.nimble/bin/` to your `$PATH`, othwerwise you will not be able to use `fclipboard`, `fcopy`, `fpaste` executables.# Usage
Just `cd` into a directory and try:
```console
$ fcopy filename.txt
$ fcopy file2 --alias:second
$ cd somewhere_else
$ fpaste second # Will paste `file2` here
$ fpaste # with no arguments, it pastes the default one
```Use `fcliboard/fcopy/fpaste --help` for further information.
## License
Licensed under the MIT License.Click [here](/LICENSE) for further information.