Coder Social home page Coder Social logo

atom-timesheet's Introduction

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

  • Initial file creation
  • Keyboard shortcuts
  • Automatically get the current timezone (can be manually overridden)

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,

  • Create a new timesheet.
    • Will automatically write timezone and current date and time into file. File will be named timesheet.txt
  • Create a new entry in current file.
    • If todays date does not exists it will automatically create both the date and time for the entry otherwise only time.
  • Stop last entry in current file.
  • Continue last entry in current file.
  • Add a new timezone.
    • Will automatically retrieve the current timezone and write to file, can be manually overridden in the settings in Atom if necessary.

Keybindings

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

  • ctrl-alt-n : Create a new entry.
  • ctrl-alt-s : End the last entry.
  • ctrl-alt-c : Continue the last entry.

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.

atom-timesheet's People

Contributors

mozzo1000 avatar

Watchers

James Cloos avatar

atom-timesheet's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.