clamshell

Crates.ioclamshell
lib.rsclamshell
version0.1.3
sourcesrc
created_at2024-06-22 10:12:55.262013
updated_at2024-06-22 21:38:58.047784
descriptionA quick and dirty to-do file viewer, and manipulator.
homepage
repositoryhttps://github.com/DriftingOtter/clamshell.git
max_upload_size
id1280327
size40,298
Daksh Kaul (DriftingOtter)

documentation

README

clamshell

A quick and dirty to-do file viewer, and manipulator.

Installation // Build

$ git clone https://github.com/DriftingOtter/clamshell.git
$ cd clamshell
$ export TODO_FILE_PATH=/home/USERNAME_HERE/Documents/todo.org
$ cargo build --release

OPTIONAL Build Step

$ cp /target/release/clamshell ~/.local/bin 

SYNOPSIS

  • View mode: clamshell
  • Edit mode: clamshell -e
  • Man mode: clamshell -h

Dependencies

  • Neovim (for editor, but can be changed in code)
  • bat (for outputting todo file contents, but can be changed in code)

Authors

  • Daksh Kaul // DrifitingOtter 🦦
Commit count: 16

cargo fmt