A web tool that records the time when a button is pressed and the combination of the button's label (called a log) in plain text to localStorage (a storage location in the browser), and allows you to copy the summary to the clipboard in Markdown.
- Enter a working name in the "Enter item name" text box.
- Press the "Add item" button to display the work button in the item list.
- Repeat adding as many work types as necessary.
- Press the appropriate work button at the time of starting the work. A log of button presses is recorded in localStorage and appended to the screen.
- Logs can be entered directly; each character edited is automatically saved to the browser.
- Duplicate work buttons cannot be registered.
- Pressing the x icon deletes the work button.
- Pressing the "Copy the tally in Markdown" button copies the log to the clipboard in Markdown format.
- Pressing the "Delete Logs" button deletes the log displayed on the screen and the log in localStorage.
- If you set the beginning of the item to "#", it will not be included in the actual working total when the tally is copied.
Please feel free to contact Issues in this repository.
Translated with www.DeepL.com/Translator (free version)
MIT