1. 15 Jan, 2017 1 commit
  2. 12 Jan, 2017 1 commit
  3. 11 Jan, 2017 2 commits
  4. 10 Jan, 2017 2 commits
  5. 06 Jan, 2017 1 commit
    • Bram Schoenmakers's avatar
      Do not hide console output when pressing : after a command · 8737faa1
      Bram Schoenmakers authored
      Normally, pressing ':' after executing a command would hide the console
      (equivalent behavior to Escape or Enter). Now, : will focus the
      commandline while keeping the previous output visible. This makes it
      easier to compose a new command based on a todo shown in the previous
      output (for example perform an 'ls' and then a 'dep' with IDs
      afterwards).
      
      Escape and Enter still have the same behavior, which can be used to
      dismiss the last output.
      8737faa1
  6. 02 Jan, 2017 2 commits
  7. 28 Dec, 2016 2 commits
  8. 16 Dec, 2016 1 commit
  9. 15 Dec, 2016 4 commits
  10. 06 Dec, 2016 2 commits
  11. 02 Dec, 2016 1 commit
  12. 30 Nov, 2016 1 commit
    • Bram Schoenmakers's avatar
      Second attempt to make humanize_date() more deterministic · d9ba2172
      Bram Schoenmakers authored
      This reverts the first attempt (commit
      8310b029), because relative dates in terms of
      hours were printed.
      
      This attempt passes the now object that we just created to humanize(), so that
      will be used as a offset. If we don't supply that object, arrow will create a
      different datetime object representing 'now', which might be slightly off
      w.r.t. the now object we created.  Therefore the floating point arithmetic done
      within the arrow library might not produce the desired results (delta / 86400).
      
      By passing the offset ourselves I was able to produce reliable
      results.
      d9ba2172
  13. 29 Nov, 2016 6 commits
  14. 28 Nov, 2016 2 commits
  15. 27 Nov, 2016 3 commits
  16. 26 Nov, 2016 4 commits
  17. 24 Nov, 2016 5 commits