CLIper - Lightweight CLI tool for managing notes in the terminal.
CLIper is a simple command-line tool that allows you to manage notes directly from your terminal. It provides basic functionality for creating, reading, and clearing notes.
To compile CLIper, you need a Go compiler. Use the following command:
go build
./cliper append -t "Meeting" -c "Discuss project timeline" # Append note
./cliper list # Show list notes
./cliper remove -i 0 # Remove first elementCLIper is distributed under the MIT License. For more details, see the LICENSE file.
For bug reports or feature requests, please contact Andrey Stekolnikov at honakac@yandex.ru.