Crates.io | paperslip |
lib.rs | paperslip |
version | 0.2.0 |
source | src |
created_at | 2024-07-10 16:24:00.685501 |
updated_at | 2024-07-10 18:05:02.735487 |
description | Quickly open a note file for your projects. |
homepage | |
repository | https://gitlab.com/silvasch/paperslip |
max_upload_size | |
id | 1298530 |
size | 19,088 |
Quickly open a note file for your projects.
Paperslip first figures out the the path to the project you are currently in. If you are currently in a subfolder of a git repository, it automatically figures out the root path of your project. Otherwise it just takes the current working directory.
Then it creates a file in paperslip's data home directory (on linux usually
~/.local/share/paperslip
, for example) for that project and opens it using the
users preferred editor (First $EDITOR
, if that is not set xdg-open
).
$ paperslip --help
Quickly open a note file for your projects.
Usage: paperslip [OPTIONS]
Options:
-c, --force-working-directory always use the working directory, even inside a git repository
-d, --directory <directory> manually provide the directory for the project
-h, --help Print help