Skip to content

Instantly share code, notes, and snippets.

@matrushka
matrushka / pheme-form-submission.mmd
Created May 10, 2018 11:46
Pheme Form Submission Flow
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
{ "keys": ["super+alt+i"], "command": "travel_to_pane", "args": {"direction": "up"} },
{ "keys": ["super+alt+l"], "command": "travel_to_pane", "args": {"direction": "right"} },
{ "keys": ["super+alt+k"], "command": "travel_to_pane", "args": {"direction": "down"} },
{ "keys": ["super+alt+j"], "command": "travel_to_pane", "args": {"direction": "left"} },
{ "keys": ["super+alt+w"], "command": "destroy_pane", "args": {"direction": "self"} },
}

Keybase proof

I hereby claim:

  • I am matrushka on github.
  • I am matrushka (https://keybase.io/matrushka) on keybase.
  • I have a public key whose fingerprint is 9F12 8237 F94D E862 D9A7 6918 8FA7 C12E C784 E03D

To claim this, I am signing this object:

require 'rss'
require 'open-uri'
titles = []
open('http://safran-beta.herokuapp.com/feed.rss') { |rss| titles = RSS::Parser.parse(rss).items.collect(&:title) }
`say Safranda bugün`
titles.each{|title| `say "#{title.gsub(/"/,'').squeeze(' ')}"`; sleep 0.5}