@xiki #tag
bla
print("hi")something else
hi
| # Just some jist | |
| I have no name. |
$ git
| usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
| [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
| <command> [<args>]
|
| These are common Git commands used in various situations:
|
| start a working area (see also: git help tutorial)
| clone Clone a repository into a new directory
| LONGEST_KEY = 1 | |
| SHOW_STROKE_STENO = 'KW-PL' # g-g (for go google) | |
| def lookup(key): | |
| #log("hi") | |
| assert len(key) <= LONGEST_KEY | |
| if SHOW_STROKE_STENO != key[0]: | |
| raise KeyError |
| > @xiki .Shell action for navigating files | |
| $ ls | |
| |:anything | |
| !.# | |
| ! # This shell action lets you expand the output of | |
| ! # the ls command, like this: | |
| ! # | |
| ! # $ ls | |
| ! # : etc/ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |