atom-timesheet

An atom package for easier editing of timesheet.txt files.

Mozzo1000

28

0

1.0.0

MIT

GitHub

atom-timesheet

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.

Features

Installation

Command line

In the terminal, install the package via apm:

apm install atom-timesheet

GUI

Open settings in Atom, search for atom-timesheet under the install tab.

Menu

You can either use the context menu or the normal menu under the "Package" tab to,

Keybindings

Note, these are default values and can be changed inside of Atom.

Specification

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.