Skip to main content

The tool for creating notes

Project description

https://img.shields.io/badge/version-beta-yellow.svg https://travis-ci.org/Krukov/noteit-backend.svg?branch=master https://img.shields.io/coveralls/Krukov/noteit-backend.svg

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 or fuckit, 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:
>If you are not registered yet, answer the question 'Do you like this tool?': yes
>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

FUTURE

  • json base api

  • drop note

  • save files

  • browse notes as html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

noteit-0.9.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page