P y g m y n o t e

Simple Tool for Data Herding

Pygmynote is a command-line tool for storing and managing heterogeneous bit of data like notes, tasks, links, file attachments, etc. Pygmynote is written in Python and uses an SQLite database as its back end.

Features

Dependencies

Installation

Clone the repository using the git clone https://github.com/dmpop/pygmynote.git command. Alternatively, download the provided zip or tar archive. By default, Pygmynote is configured to use the nano text editor, but you can change that by changing the EDITOR variable in the script. To specify a different backup directory, edit the BACKUP variable.

Usage

Open terminal, switch to the pygmynote directory and run the pygmynote.py script in the terminal. Type help and press Enter to list the available commands.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,MA 02110-1301, USA.

Copyleft 2010-2014 Dmitri Popov