A productivity and life organizing application where data is stored as text files and directories
Project description
Please note: This is a prototype in early development
Kammanta
Kammanta is a productivity and life organizing application inspired by the GTD© methodology, and with two attributes that set it apart:
- Data is stored as text files and directories (the actual names of files and dirs are used)
- The application is free software (free as in freedom) which means that the source code is open, and you can copy and create your own application if you want
Installation
The application is developed on Ubuntu. As of now some features may not work on other major platforms like Windows and MacOS
Using pip
Debian-based Linux systems (for example Ubuntu)
pip3 install kammanta
This will install the application into the ~/.local/bin
directory
(Detail: The actual files are in ~/.local/lib/python3.8/site-packages
, ~/.local/bin
only contains the startup script)
Launching the application: ~/.local/bin/kammanta
Windows and MacOS
pip install kammanta
Running from source
Linux systems
Requirements:
- Python 3.8
- PyQt 5.14 (and PyQt5-sip)
pip3 install -r requirements.txt
Launching the application:
- Go to the installation directory in a terminal
./starts.sh
Features
- Data is stored in plain text files, so it's possible to access the files in other ways and on other devices than desktop
- ex: the user can have a list of errands that she can access on her mobile phone
- The GUI is updated if files are updated, so that it's possible to work with both the application and a text editor at the same time
Screenshots
Videos
Understanding the application
Definition of "item": _
Backend
All data is stored in the file system. Names of dirs and files are used for projects and contacts. Lines in files are used for Next Actions and agenda items
All items can have support material
Files and dirs
Some special cases of files:
- Link files (.desktop for GNU/Linux atm)
- Text files
- Note files, used in the inbox (when adding/taking notes)
- Image - sometimes previews are shown
Support material:
- If we have a desktop link we can refer to the support material which can then be another file, a directory, etc
- If the item is another type of file that file itself will be the support material. A typical example is a text file
- If the item is a directory that directory will contain all the support material
Lines (in a text file)
At the end of a line it's possible to have a reference to support material. This is a piece of text that follows the "|" character. It can refer to a website, text file, directory, etc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kammanta-1.0.11a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31019fb53ce4a9bf83764696b5d79479e24d99aae98261c1a38ea38ea7fe8445 |
|
MD5 | a4d275df7981589cb4ecd67550e0ea4c |
|
BLAKE2b-256 | 15415f6b6dc9d79ed47c660639100fb8c40055b776cff4782bf3d07cc7daeb95 |