An atom package for editing of timesheet.txt files. Easily create new timesheet files with everything necessary already written for you. Add or stop time entries with keyboard shortcuts.
In the terminal, install the package via apm:
apm install atom-timesheet
Open settings in Atom, search for atom-timesheet
under the install tab.
You can either use the context menu or the normal menu under the "Package" tab to,
timesheet.txt
Note, these are default values and can be changed inside of Atom.
As of writing (2019-06-18), there is no official specification outlining what and how a timesheet.txt file should be formatted or handled. This work is therefor based on examples and code implementation that exists in the repository timesheet.txt and the vim-timesheet package. This package will be updated accordingly to reflect the state of timesheet.txt.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.