aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-28 23:10:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-28 23:10:53 +0800
commitfadb9706c50894058d71738d4dfc508c6922ee9a (patch)
tree3fe6133f51318d5c805b2d0aa67c280513fd51fc
parent017560127f259c05381d574df3cfcfafe025da99 (diff)
Update
-rwxr-xr-xX11/rofi/pass.edit2
-rwxr-xr-xX11/rofi/pass.get2
-rwxr-xr-xX11/rofi/pass.rm2
-rw-r--r--alias1
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
3ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" 3ENTRIES="$(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
3GENERATION_HINT="Generate with default config" 3GENERATION_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
3ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')" 3ENTRIES="$(find ~/.password-store -name '*gpg' -printf %P\\n | sed 's/.gpg$//')"
4 4
diff --git a/alias b/alias
index b16a49a..4de2208 100644
--- a/alias
+++ b/alias
@@ -373,6 +373,7 @@ alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly'
373alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' 373alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg'
374alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' 374alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf'
375alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' 375alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16'
376sample.image() { curl -Lo random.png https://picsum.photos/seed/`date +%s`/${1:-500}/${2:-500}; }
376alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' 377alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto'
377alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' 378alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto'
378alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' 379alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto'