diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
| commit | fadb9706c50894058d71738d4dfc508c6922ee9a (patch) | |
| tree | 3fe6133f51318d5c805b2d0aa67c280513fd51fc | |
| parent | 017560127f259c05381d574df3cfcfafe025da99 (diff) | |
Update
| -rwxr-xr-x | X11/rofi/pass.edit | 2 | ||||
| -rwxr-xr-x | X11/rofi/pass.get | 2 | ||||
| -rwxr-xr-x | X11/rofi/pass.rm | 2 | ||||
| -rw-r--r-- | alias | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index b5698fb..66fba6b 100755 --- a/X11/rofi/pass.edit +++ b/X11/rofi/pass.edit | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" | 3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" |
| 4 | 4 | ||
diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get index c250384..80dc0cc 100755 --- a/X11/rofi/pass.get +++ b/X11/rofi/pass.get | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | GENERATION_HINT="Generate with default config" | 3 | GENERATION_HINT="Generate with default config" |
| 4 | 4 | ||
diff --git a/X11/rofi/pass.rm b/X11/rofi/pass.rm index a407792..3a8bb10 100755 --- a/X11/rofi/pass.rm +++ b/X11/rofi/pass.rm | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" | 3 | ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" |
| 4 | 4 | ||
| @@ -373,6 +373,7 @@ alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' | |||
| 373 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' | 373 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' |
| 374 | alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' | 374 | alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' |
| 375 | alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' | 375 | alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' |
| 376 | sample.image() { curl -Lo random.png https://picsum.photos/seed/`date +%s`/${1:-500}/${2:-500}; } | ||
| 376 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' | 377 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' |
| 377 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' | 378 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' |
| 378 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' | 379 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' |