paperslip

Crates.iopaperslip
lib.rspaperslip
version0.2.0
sourcesrc
created_at2024-07-10 16:24:00.685501
updated_at2024-07-10 18:05:02.735487
descriptionQuickly open a note file for your projects.
homepage
repositoryhttps://gitlab.com/silvasch/paperslip
max_upload_size
id1298530
size19,088
Silvan Schmidt (silvasch)

documentation

README

paperslip

Quickly open a note file for your projects.

How it works

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).

Usage

$ 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
Commit count: 19

cargo fmt