A desktop note taking application, that allows you to quickly describe the current day.
Find a file
2022-09-30 13:34:44 +05:00
histd.py Improve exception handling 2022-09-30 13:34:44 +05:00
license.md Initial commit 2022-08-19 17:31:51 +05:00
Makefile Add the ability to install a program using make 2022-08-24 22:21:13 +05:00
readme.md Update paths in readme 2022-09-25 14:01:34 +05:00

How I spent this day

A simple but useful personal diary application.

The sole purpose of this application is to quickly create a file and open it in a text editor so that I can take a note before I lose my desire. Notes can be found in the ~/.local/share/histd directory.

tree ~/.local/share/histd
# /home/user/.local/share/histd
# └── 2022
#     └── 08
#         ├── 18.txt
#         └── 19.txt

Usage

python3 histd.py

Installation

To copy the script to /usr/local/bin, run this command as root:

make install