diff options
| author | typebrook <typebrook@gmail.com> | 2019-10-09 11:40:44 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-10-09 11:40:44 +0800 |
| commit | 8a4ad61fabcd0738c0c300335c2f592cd4527885 (patch) | |
| tree | d24a6adc01d3135a2ccdb7f31f31e055565f9b8e /alias | |
| parent | d54accee0e8518f33abd28248e11cfffdc66235d (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -145,17 +145,17 @@ alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson | |||
| 145 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 145 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
| 146 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 146 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |
| 147 | alias sample-svg='curl -O https://docs.mapbox.com/help/data/bicycle-24.svg' | 147 | alias sample-svg='curl -O https://docs.mapbox.com/help/data/bicycle-24.svg' |
| 148 | alias get-rudymap='curl -O https://raw.githubusercontent.com/alpha-rudy/taiwan-topo/master/styles/mapsforge_style/MOI_OSM.xml' | ||
| 149 | 148 | ||
| 150 | # data file | 149 | # data file |
| 150 | alias data-rudymap='curl -O https://raw.githubusercontent.com/alpha-rudy/taiwan-topo/master/styles/mapsforge_style/MOI_OSM.xml' | ||
| 151 | alias data-taiwan-town='curl -o town.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=CD02C824-45C5-48C8-B631-98B205A2E35A' | 151 | alias data-taiwan-town='curl -o town.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=CD02C824-45C5-48C8-B631-98B205A2E35A' |
| 152 | alias data-taiwan-village='curl -o village.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=B8AF344F-B5C6-4642-AF46-1832054399CE' | 152 | alias data-taiwan-village='curl -o village.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=B8AF344F-B5C6-4642-AF46-1832054399CE' |
| 153 | 153 | ||
| 154 | # xsel | 154 | # xsel |
| 155 | alias xi='xsel -ib' | 155 | alias xi='xsel -ib' |
| 156 | alias xo='xsel -ob' | 156 | alias xo='xsel -ob' |
| 157 | alias xc='xsel -ob | gcc -xc -' | ||
| 158 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied the following: && xsel -ob ' | 157 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied the following: && xsel -ob ' |
| 158 | alias xc='xsel -ob | gcc -xc -' | ||
| 159 | 159 | ||
| 160 | # misc | 160 | # misc |
| 161 | alias gr='_grepString' | 161 | alias gr='_grepString' |