No description
Find a file
brian m. carlson 4984feef92
Allow changing transaction types during upgrade.
The --txntype option, while useful, overrode the types of transactions
both on load and store.  While this was fine for some types of
transactions, like the git type, this prevented converting from one type
of hash transaction to another.  Add an option, --from-txntype, which
overrides the load transactions only on upgrade.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
2014-07-28 23:20:09 +00:00
doc Update Makefile to build AsciiDoc documentation. 2014-03-19 22:28:00 +00:00
lib/newfol Allow changing transaction types during upgrade. 2014-07-28 23:20:09 +00:00
test testgit: use with statements to open files. 2014-07-18 23:10:22 +00:00
utils Move utilities to their own directory. 2013-10-12 18:30:05 +00:00
.gitignore Update Makefile to build AsciiDoc documentation. 2014-03-19 22:28:00 +00:00
COPYING License code under GPLv2 with peter's permission. 2011-09-08 15:26:33 -05:00
Makefile Makefile: add pyflakes3 to test target. 2014-07-14 19:04:02 +00:00
newfol Avoid print() with keyword arguments. 2014-07-20 00:04:25 +00:00
README.adoc Mention license in README. 2014-04-29 02:14:52 +00:00

newfol
======

newfol is a small, custom database and graphical frontend.

Requirements
------------

* Python 3
* http://urwid.org[Urwid]

In Debian, installing the +python3-urwid+ package will generally satisfy the
dependencies.

Getting newfol
--------------

newfol may be cloned by using git from any number of places:

	git clone https://github.com/bk2204/newfol
	git clone https://git.crustytoothpaste.net/git/bmc/newfol.git

It can be run immediately out of the same directory.  No installation is needed.

License
-------

newfol is licensed under the GNU General Public License, version 2.