diff options
| author | typebrook <typebrook@gmail.com> | 2019-09-18 11:05:02 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-09-18 11:05:02 +0800 |
| commit | eb974804d078734478b4cf1aa3807fc54642d8c8 (patch) | |
| tree | e5ecc5be104a6a15277285cf2ae1407892778e7d | |
| parent | 509d471574b0e780527f16d30aba88170f393977 (diff) | |
update
| -rw-r--r-- | alias | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -141,9 +141,14 @@ alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | |||
| 141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | 141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' |
| 142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
| 143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |
| 144 | alias sample-svg='curl -O https://docs.mapbox.com/help/data/bicycle-24.svg' | ||
| 145 | |||
| 146 | # data file | ||
| 147 | alias data-taiwan-town='curl -o town.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=CD02C824-45C5-48C8-B631-98B205A2E35A' | ||
| 144 | 148 | ||
| 145 | # xsel | 149 | # xsel |
| 146 | alias xi='xsel -ib' | 150 | alias xi='xsel -ib' |
| 151 | alias xo='xsel -ob' | ||
| 147 | 152 | ||
| 148 | # misc | 153 | # misc |
| 149 | alias gr='_grepString' | 154 | alias gr='_grepString' |