gthnk is a personal knowledge management system
Project description
gthnk is a personal knowledge management system. Capture your ideas using plain old text files without any cloud services.
Read the Quick Start to try it yourself.
Overview
gthnk presents a journal consisting of many entries. Entries are created using plain old text files, which gthnk imports once per day. Any text editor can be used to add information to gthnk. Entries are searchable using the embedded gthnk server, which can be accessed with a browser. Additional media, including images and PDFs, can be attached to the journal.
gthnk installs on Windows and OSX systems with Python 3.5+ and Python 2.7. See the Installation document for more details.
Install Windows
Ensure you have the System Requirements installed: Python 3.6, virtualenv, virtualenvwrapper, and virtualenvwrapper-win. Once the requirements are installed, launch cmd.exe and run the following:
mkvirtualenv gthnk workon gthnk easy_install -U mr.bob==0.1.2 pip install gthnk python %virtual_env%\Scripts\integration.py install gthnk
Install OS X
Ensure you have the System Requirements installed: Python 3.6, virtualenv, and virtualenvwrapper. Once the requirements are installed, launch terminal.app and run the following:
mkvirtualenv gthnk workon gthnk pip install gthnk integration.py install
Documentation
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.