I hereby claim:
- I am twardnw on github.
- I am twardnw (https://keybase.io/twardnw) on keybase.
- I have a public key ASCZspddSLQvqERyal8q5Qbwy_Nqlf3SN6zrSr_WOjLVxQo
To claim this, I am signing this object:
| # bind to Ctrl-a | |
| set-option -g prefix C-a | |
| # more intuitive split bindings | |
| unbind % # Remove default binding since we’re replacing | |
| bind | split-window -h | |
| bind - split-window -v | |
| # set up status bar | |
| set -g status-bg black |
I hereby claim:
To claim this, I am signing this object:
| require 'net/http' | |
| require 'json' | |
| require 'uri' | |
| @token = '' | |
| @count = 0 | |
| def list_files | |
| ts_to = (Time.now - 30 * 24 * 60 * 60).to_i # 30 days ago | |
| params = { | |
| token: @token, |