hey
hey copied to clipboard
Hey allows you to track your interruptions as they occur.
`hey graph interrupts-by-day` uses the `open` command, which is only available on OSX, not on Linux. ``` $ hey graph interrupts-by-day sh: line 44: open: command not found ```
Running `hey graph people-by-hour` results in an error: ``` $ hey graph people-by-hour sh: -c: line 34: syntax error near unexpected token `=' sh: -c: line 34: ` var regex...
After building from source on Linux (and creating a Dropbox directory with `mkdir -p ~/Dropbox/apps/hey/database/`), I'm unable to use `hey` with the following error: ``` Error: (prepare) no such table:...
I'm having trouble installing the libraries on Arch Linux. I'm simply running `./build.sh libraries` in the `hey/` directory, and get this error at the end: ``` installing openssl:1.9.4 ... changing...
hey info would provide the following data 1. a graph of recent interrupts by day 2. a table listing tags associated with them and how many events involved that tag...
Fix mangled copyright symbol in footer on homepage and code wrapping on homepage for command line report.
Hi, I installed chicken from homebrew, then ran the Hey! installer. First, when I called the program it complained about an extension called srfi-19. So I installed it with: `chicken-install...
``` hey + @ # or hey @ ``` the text after @ should be considered a timestamp and should be in the form of `HH:MM` but it should assume...
`hey backdate ` should backdate the specified event by the specified amount. Going in the opposite direction should not be required. E.g. "Bob's totally going to interrupt me in an...