Skip to content

Instantly share code, notes, and snippets.

@Eivy
Eivy / _jvgrep
Last active May 27, 2016 04:04
zsh completion for [jvgrep](https://github.com/mattn/jvgrep)
#compdef jvgrep
_jvgrep() {
_arguments \
'--help[show help]' \
'-F[PATTERN is a set of newline-separated fixed strings]' \
'-G[PATTERN is a basic regular expression (BRE)]' \
'-P[PATTERN is a Perl regular expression (ERE)]' \
'-S[verbose messages]' \
'-V[print version information and exit]' \
'-8[show result as utf8 text]' \
@Eivy
Eivy / index.html
Last active September 28, 2017 08:24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TEST</title>
<link rel="stylesheet" type='text/css' href="./test.css">
</head>
<body>
<p>hogehoge</p>
</body>
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": false,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {