diff options
author | typebrook <typebrook@gmail.com> | 2020-03-06 11:27:47 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-06 11:27:47 +0800 |
commit | 3fc82e287dded0a77c0ce6a6356050b7814956e2 (patch) | |
tree | ba4e6a5c0a0768838fc579733351c3b098fe4947 | |
parent | 53065c46a5c72c247cec1e07284a49c8f6878df5 (diff) |
update
-rw-r--r-- | alias | 2 | ||||
-rw-r--r-- | tools/osm/note | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -216,7 +216,7 @@ alias data_taiwan_county_code='curl --silent https://www.ris.gov.tw/documents/da | |||
216 | # clipboard | 216 | # clipboard |
217 | alias xi='xsel -ib' | 217 | alias xi='xsel -ib' |
218 | alias xo='xsel -ob' | 218 | alias xo='xsel -ob' |
219 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && xsel -ob ' | 219 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied to clipboard && xsel -ob' |
220 | alias xll='xo >> ~/vimwiki/working.md' | 220 | alias xll='xo >> ~/vimwiki/working.md' |
221 | alias xc='xsel -ob | gcc -xc -' | 221 | alias xc='xsel -ob | gcc -xc -' |
222 | 222 | ||
diff --git a/tools/osm/note b/tools/osm/note new file mode 100644 index 0000000..aa51031 --- /dev/null +++ b/tools/osm/note | |||
@@ -0,0 +1 @@ | |||
diff -y <(ls|sort) <(osm.help | cut -d' ' -f3 | sort | uniq) | |||