The tool for creating notes
Project description
The tool for simple store notes
I created this tool for my own purposes, but I will be glad if you’ll use it too.
I love commandline tools like howdoi , they are really awesome. Sometimes it is nesessary to note something simple and usefull: commands like tar zxvf or any password (it is bad idea). That will be great, if you could make a note simple and fast, and then get it anywhere. I hope, you will enjoy my tool!
How to
Install
There are 3 ways to install this tool:
simple/true/pythonic way:
pip install noteit
manual install way (for those who do not use pip)
$ wget https://raw.githubusercontent.com/Krukov/noteit/stable/noteit/noteit -O /usr/bin/noteit --no-check-certificate $ chmod +x /usr/bin/noteit
curl way (for those who do not want install)
$ python -c "$(curl -s https://raw.githubusercontent.com/Krukov/noteit/stable/noteit/noteit)" [ARGUMENTS]
hardcore curl way (for those who do not use python :fire:)
Soon
Using
$ /# noteit >Input username: krukov >Input your password: >You haven't notes $ /# noteit My first note >Note saved $ /# echo "Noteit can get note from pipe" | noteit >Note saved $ /# noteit >1: Noteit can get note from pipe >2: My first note $ /# noteit echo "You can run it" >Note saved $ /# noteit -l | sh You can run it $ /# noteit Create note with alias -a alias >Note saved $ /# noteit -a alias Create note with alias
FUTURE
json base api
drop note
save files
browse notes as html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file noteit-0.9.3.tar.gz
.
File metadata
- Download URL: noteit-0.9.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4780d376b2631dd27e4615ef2b67db9d1bbdcd1e49dd5cdc792256d139a8428 |
|
MD5 | e2813b91485f3bed411e91135ce7c071 |
|
BLAKE2b-256 | b76b57b0791e0a84c8da90921e6a251b4eb4517e3cfe218e3eca6c1b682dc5ac |