A desktop note taking application, that allows you to quickly describe the current day.
Find a file
2022-12-23 22:14:47 +05:00
histd Switch to setuptools 2022-12-23 22:14:01 +05:00
.gitignore Upload this project to PyPI (#2) 2022-12-16 21:36:48 +05:00
license.md Initial commit 2022-08-19 17:31:51 +05:00
pyproject.toml Switch to setuptools 2022-12-23 22:14:01 +05:00
readme.md Update commands in readme 2022-12-23 22:14:47 +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.md
#         └── 19.md

Installation

pip install histd

Usage

histd

Backup

To create an archive of all notes, run the following command:

histd backup

Merge all notes

This command concatenates all files and prefixes each with the filename.

histd merge