Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
Status update. Will probably never play with this.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzacsh committed Dec 12, 2011
1 parent 458501d commit 05f8ea6
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

Time tracker named after old punch card time-clocks.

Punch is based on a previously writen fully funcional bash (v4) script called
punch with an sqlite3 backend. Intention of this project is to play with
node.js, socket.io and bash's file descriptor interface (see `man 1 bash | LESS
+/REDIRECTION`). I'm thinking of IPC between the cli (bash script) and the web
interface (node.js) to allow for multiple interfaces for one user.
##Status
Abandoned/vaporware, as I've no time for this. So the node.js/socket.io bits will
probably never be written. Only the bash script exists at the moment.

##Background
Punch is based on a previously writen (now in the ```bin/``` dir) fully funcional
bash4 script called punch with an sqlite3 backend.

##Intention
This repo is just to play with *node.js*, *socket.io* and bash's *file descriptor*
interface (see ```man 1 bash | LESS +/REDIRECTION```). I'm thinking of IPC between
the cli (bash script) and the web interface (node.js) to allow for multiple
interfaces for one user.

0 comments on commit 05f8ea6

Please sign in to comment.