Le plein de plugins et d'astuces !!
- Filemanager : vifm et ranger
- La présentation de vifm
- Pour voir vos images dans un terminal : w3m
- Tig text mode interface for git
| // ==UserScript== | |
| // @name Unbranded build update | |
| // @version 4 | |
| // @grant none | |
| // @match https://wiki.mozilla.org/index.php?title=Add-ons/Extension_Signing&action=edit§ion=6* | |
| // ==/UserScript== | |
| async function getUnbranded(revision, version, channel) { | |
| const builds = [ | |
| { |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE TemplateHaskell #-} | |
| {-# LANGUAGE DeriveGeneric #-} | |
| module Main where | |
| import Data.Monoid ((<>)) | |
| import qualified Data.Text as T | |
| import Text.Shakespeare.I18N (mkMessage, renderMessage, RenderMessage()) |
Le plein de plugins et d'astuces !!
| #!/bin/bash | |
| function print_image() { | |
| printf "\033]" | |
| printf "1337;File=" | |
| echo -n "$1" | base64 -D | wc -c | awk '{printf "size=%d",$1}' | |
| printf ";inline=1:" | |
| echo -n "$1" | |
| printf "\a\n" | |
| } |
This repo has some handy handy hooks to run bundle or npm install whenever you:
git checkout a new branch with a different Gemfile or package.jsongit pull a change to Gemfile or package.jsongit clone https://gist.github.com/5869846.git hooks && cd hooks && chmod +x install