Recently, I've begun maintaining a personal diary on Termux on my smartphone, saving the entries through Git and pushing them to a repository.
While this might seem more challenging than using a typical blogging solution, I surprisingly find great enjoyment in creating a file titled with the command touch "$(date +"%d_%m_%Y_%I_%M_%p")"
. This command generates a new file stamped with the current date and time, and I edit it using nano. Perhaps the allure of the terminal will never cease to captivate me.
Top comments (0)