aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-06 11:27:47 +0800
committertypebrook <typebrook@gmail.com>2020-03-06 11:27:47 +0800
commit3fc82e287dded0a77c0ce6a6356050b7814956e2 (patch)
treeba4e6a5c0a0768838fc579733351c3b098fe4947
parent53065c46a5c72c247cec1e07284a49c8f6878df5 (diff)
update
-rw-r--r--alias2
-rw-r--r--tools/osm/note1
2 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index a2791b7..cb5bb5b 100644
--- a/alias
+++ b/alias
@@ -216,7 +216,7 @@ alias data_taiwan_county_code='curl --silent https://www.ris.gov.tw/documents/da
216# clipboard 216# clipboard
217alias xi='xsel -ib' 217alias xi='xsel -ib'
218alias xo='xsel -ob' 218alias xo='xsel -ob'
219alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && xsel -ob ' 219alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied to clipboard && xsel -ob'
220alias xll='xo >> ~/vimwiki/working.md' 220alias xll='xo >> ~/vimwiki/working.md'
221alias xc='xsel -ob | gcc -xc -' 221alias 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)