Giter Club home page Giter Club logo

tworklog's Introduction

⏱️ Twork

This is your terminal work time logger. I decided to write something simple to log my time. Every time i start a Ticket in Jira i wrote on the paper date, start time, ticket number and end time. Then at the end of the day i must calculate everything and log my time to Jira to specific ticket etc. It was time consuming. But i found an idea to write something for terminal.

Simple small app that will start my task and end my task with possiblity to print all my tasks in terminal.

How to install

Via npm

npm i tworklogger -g

Via git clone
  1. git clone this project
  2. Go to cloned repo and -> npm i -g - install it globaly to use wherever you are in terminal.

How to use

  1. twork start "Your task title or ticket number" - this will start your "work", at this moment your work will be logged.

  2. twork stop - this command will stop your work and save it to the table with more details.

  3. twork show-all - this command will print table with all tasks, that you started.

  4. twork show-today - this command will print table with tasks logged today.

  5. twork delete <id> - this command will delete your logged task, based on his id.

  6. twork reset-all - this will remove all data from tables.

Feature updates

  • Export table to excel or csv file

and more ...

tworklog's People

Contributors

nienormalny avatar

Watchers

 avatar

tworklog's Issues

Export to excel or csv

Description

There should be posibility to export work log list to excel file or csv.

Expectations

  1. New command: twork export <today | week | year | all | date>.
  2. Table should be exported same as shown in terminal.
  3. Exported table should be exported with defined time amount like:
  • Date
  • Week
  • Today
  • All
  • Year

Add Date row to printed table

  • Sort all tasks and rearange them.
  • They should be sorted due to task date.
  • Print date in row and under it all rows with tasks to this date

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.