Popularity
1.4
Declining
Activity
0.0
Stable
4
2
0
Programming language: Crystal
License: MIT License
Tags:
Cli Utils
noteesh alternatives and similar shards
Based on the "CLI Utils" category.
Alternatively, view noteesh alternatives based on common mentions on social networks and blogs.
-
hetzner-k3s
The easiest and fastest way to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher. -
oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data. -
meet
Start a meeting quickly from the comfort of your command line. ๐ฉโ๐ฉโ๐งโ๐ฆ๏ธ๐จ๏ธ
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of noteesh or a related project?
README
Noteesh
Tracking notes in your command line
Installation
Build from code source
You should have the crystal compiler installed check it out here
- Clone this repo
$ cd some/path
$ git clone https://github.com/arandilopez/noteesh.git
$ cd noteesh/
- Run make commands
$ sudo make
# then run
$ sudo make install
Update
- If you cloned the repo, pull new changes
$ cd path/to/noteesh
$ git pull origin master
$ sudo make reinstall
Usage
- Check your notes
$ noteesh
- Add a new note
$ noteesh --add "Buy a coke"
- Mark a note as done
$ noteesh --done 1
- Clear your notes
$ noteesh --clear
Development
Run the make command to compile as development
$ make compile
# then run the bin file
$ bin/noteesh
Run make test to run a build and specs
$ make test
Contributing
- Fork it ( https://github.com/arandilopez/noteesh/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- @arandilopez Arandi Lopez - creator, maintainer