Skip to content

Instantly share code, notes, and snippets.

@mfeineis
Created February 28, 2018 22:44
Show Gist options
  • Save mfeineis/f98196b35bd30f41ac765411ce904155 to your computer and use it in GitHub Desktop.
Save mfeineis/f98196b35bd30f41ac765411ce904155 to your computer and use it in GitHub Desktop.
Notes for the Elm Meetup Leipzig 2018-02-28
* autojump - bookmark console
* mosh - mobileshell
* sshuttle - easy vpn with python?
* ripgrep (rg) - better silversurfer (ag)
* https://github.com/asdf-vm/asdf
* https://github.com/junegunn/fzf
* https://github.com/abo-abo/swiper
Tasks
* https://ellie-app.com/7BDvg37Wfa1/0
@mfeineis
Copy link
Author

mfeineis commented Feb 28, 2018

{
"name": "message-highlight",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"reactor": "elm reactor -p 8081",
"test": "echo "Error: no test specified" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"elm": "^0.18.0"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment