marcomicera / save

Log saving tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saves logs

Prepend save to the command whose logs you want to save:

save echo hello

Here's the generated log file under ~/.logs/$(date +%F)/:

Command:	echo hello
Date:		Fri Dec 24 17:52:17 CET 2021
PWD:		/Users/marcomicera/git/save
Git branch:	* main

Command logs:
-------------

hello

To go to today's logs folder, simply run:

today

About

Log saving tool

License:MIT License


Languages

Language:Shell 100.0%