Ben Sima
Ben Sima
Closes #6
Key | function ----- | ----------- `r` | random quote `j`/`n` | next quote `k`/`p` | previous quote Next and previous can just go to the next element in the...
Allow people to select quotes to show on a single page. Save this data in local storage
Add license, copyright, github link, and built-by info to a small, unobtrusive footer section
Two elements to this problem: 1. shebang should be the POSIX-compliant `#!/usr/bin/env python` instead of `#!/usr/bin/python` 2. If NixOS is detected, you could just execute the correct `nix-env -i` command,...
This helper function allows code like: data Person = Person { first :: ByteString, last :: ByteString } instance FromNamedRecord Person where parseNamedRecord r = Person r .:: ["firstName", "fname"]...
Stackage publishes package sets at [https://www.stackage.org/lts-11.5/cabal.config][]. I can download this and use it with cabal, and it seems to work as well as using just `stack` the tool. The problem...
It would be useful to filter by post format: https://codex.wordpress.org/Post_Formats
Most markdown parses include YAML frontmatter, which jour uses for tags: ```markdown --- tags: work, tea --- Today I worked on code stuff while drinking tea... ``` `jour ls` then...
I'm imagining something like this: ```sh $ jour stats Average words per entry: 362 Frequency of entries: 2.4 per week Most common tags: tag1, tag2, tag3 ``` Maybe a more...