No description
We really do want to make sure that the data is on disk before we close the file, or at least try really hard. Errors from the fsync are ignored because we can write to a file object that doesn't support fsync, like sys.stdout, or we could have a pseudo-file object that doesn't support the fileno method. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
||
|---|---|---|
| doc | ||
| lib/newfol | ||
| test | ||
| utils | ||
| .gitignore | ||
| COPYING | ||
| Makefile | ||
| newfol | ||
| README.md | ||
newfol
newfol is a small, custom database and graphical frontend.
Requirements
- Python 3
- 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.