Git Product home page Git Product logo

blackboard's People

Contributors

hallicopter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

squadrick

blackboard's Issues

No support for comma in the task.

CSV file get's all messed up when I pass comma in the taste. Eg:

bb -a "Changed shell prompt, set up spaceship" 20m -sat

will cause abnormal behaviour.

My lazy work around

bb -a "Changed shell prompt and set up spaceship" 20m -sat

Support for initializing prospective entries with a timer

I really like the idea of a command-line activity logger! I'm personally a bit too lazy to time how long I spend on an activity though, and one of the main things I would want a tool like this to do for me would be to track that sort of thing for me. Here are some thoughts on what that might look like if it's a feature you'd be interested in supporting (I understand if you feel it violates your tool's minimalist philosophy).

$ bb --start 'fixing bugs'  # creates a stub entry and notes the time the stub was created
12345                       # returns a stub id in case a user has multiple stubs open

$ bb --pause [id]           # pauses the timer on the most recently opened stub, or the stub whose id was (optionally) specified
$ bb --resume [id]          # resume timer on most recently opened (paused?) stub, or the stub whose id was (optionally) specified

$ bb --end [id] --sat       # closes timer on most recently opened/resumed stub (or stub specified by id), logs a normal bb entry, deletes the stub

$ bb --list-open            # lists all stubs that have not been closed with an --end invocation
$ bb --remove-open          # deletes all open stubs

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.