tessen

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

commit 3eaec5cf35c401d1e5310c2bdaee206e9ae762a3
parent f4294f1404212adc0784e54a7c6f448b19ff90d7
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Fri, 17 Sep 2021 18:55:50 +0530

copyright details added to tessen

Diffstat:
Mtessen | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tessen b/tessen @@ -1,5 +1,9 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (C) 2021 Ayush Agarwal <ayush at fastmail dot in> +# +# tessen - a data selection interface for pass using bemenu or rofi on Wayland +# ------------------------------------------------------------------------------ # shell "strict" mode set -uo pipefail