#viewer #file #quick #dirty #command-line-application #manipulator #todo

app clamshell

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

4 releases

0.1.3 Jun 22, 2024
0.1.2 Jun 22, 2024
0.1.1 Jun 22, 2024
0.1.0 Jun 22, 2024

#761 in Command line utilities

GPL-2.0-or-later

15KB
82 lines

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 🦦

No runtime deps