Code Monkey home page Code Monkey logo

hakase's Introduction

hakase

Cycle System Based Time Management Tool for *nix Systems

how to setup

  • clone repo
  • run hakase-helper
  • edit the hakase.config and template.hake in your ~/hakase folder to your preferences
  • add alias for hakase to .zshrc or .bashrc file

commands

  • hakase = opens working file (~/hakase/working.hake) in editor
  • hakase copy = copies working file to archive with $DATE.hake as filename
  • hakase copy WHATEVER = copies working file to archive with $WHATEVER.hake as filename
  • hakase fresh = overwrites working file with template and adds date to the top of working (reset for a new day)
  • hakase load WHATEVER = overwrites working file with the WHATEVER or WHATEVER.hake file from the archive
  • hakase how are ya doing today = gives a polite error message

config items

  • editor whatever your preferred editor is (default is gnu nano)
  • editorSettings arguments for your editor including the - (default is "")
  • location where you'll be storing the hakase script (default is $HOME/hakase)
  • archive where you'll be storing the individual day files (default is $location/days)
  • working where your working file is stored and what it's named (default $location/working.hake)
  • template where your template file is stored and what it's named (default $location/template.hake)
  • save where your backup file is stored and what it's named (default $archive/save.hake)
  • dateFormat what format you'd like the files to be named with (default is POSIX date command using backticks, specifically `date +%y-%m-%d`)

issues

  • hakase helper is fragile and dangerous

goals

  • add carryover functionality to hakase fresh
  • make hakase-helper do path stuff

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.