tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 479748baa6628009676d6b617cf261ca5ea94086
parent 7f90c32284a07b81d93bf4fe6cfdc8eaff708fa3
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Tue, 21 Sep 2021 02:37:02 +0530

fix the semver stupidity and prepare v1.0 release

I was being stupid with the sem versions while making this script. I
thought about editing the individual commits and rebasing and force
pushing the repo but decided against it. Hopefully, this isn't too
embarassing.

Diffstat:
MREADME.md | 6+++---
Mtessen | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -38,9 +38,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v2.0.0/tessen-2.0.0.tar.gz -tar xvzf tessen-2.0.0.tar.gz -cd tessen-2.0.0 +wget https://github.com/ayushnix/tessen/releases/download/v1.0.0/tessen-1.0.0.tar.gz +tar xvzf tessen-1.0.0.tar.gz +cd tessen-1.0.0 sudo make install ``` diff --git a/tessen b/tessen @@ -15,7 +15,7 @@ umask 077 set +x # initialize the global variables -readonly VERSION="2.0.0" +readonly VERSION="1.0.0" readonly PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly CLIP_TIME="${PASSWORD_STORE_CLIP_TIME:-15}" BACKEND="${TESSEN_BACKEND:-bemenu}" # uses the value of TESSEN_BACKEND if set by user