Skip to main content

A simple, yet powerful and handy terminal based note taking python app

Project description

[![PyPI version](https://img.shields.io/pypi/v/termnote.svg)](https://pypi-hypernode.com/pypi/termnote) [![Build Status](https://travis-ci.org/sayanarijit/termnote.svg?branch=master)](https://travis-ci.org/sayanarijit/termnote)

# TermNote

A simple, yet powerful and handy terminal based note taking python app

### Requirement:

  • requires python (>2 or 3)

### Usage:

  • Install with pip

` sudo pip install termnote `

*Note: For the sake of LAZYNESS, ‘tn’ is a shortcut for ‘termnote’*

  • Create your 1st note

` tn my first note `

  • Write “I love cheeze” and close editor. Note is created. Now lets find the note by keywords

` tn cheez `

or by filename

` tn first no `

  • List all notes

tn

### Customization

You can change default editor and path by adding below lines in your ‘~/.profile’ file

` export EDITOR="[Your favourite text editor. Default is 'vi']" export TN_STORAGE="[Directory where notes to be saved. Default is '~/.termnote']" `

### Multi user shared notes

You can also have a common shared notes space for all users with following steps

  • Create a shared notes directory

` sudo mkdir /var/termnote sudo chmod a+rwx /var/termnote `

  • Set environment variable globally in ‘/etc/profile’

` export TN_STORAGE="/var/termnote" `

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

termnote-1.1.4.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file termnote-1.1.4.tar.gz.

File metadata

  • Download URL: termnote-1.1.4.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for termnote-1.1.4.tar.gz
Algorithm Hash digest
SHA256 738d396f91e40a6907dc0289619597e98d708a549fd474e63242e2ee7818e4cb
MD5 fd073a351ff56ffbd4a2ef49e6cd939b
BLAKE2b-256 21cd6818bcb6a9691bd1aada37a8d68c1c7cd36eb0a02a3ade639cc56d3d53e3

See more details on using hashes here.

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