Skip to content

Commit

Permalink
cosmetic changes made, copyright details added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Agarwal committed Sep 19, 2021
1 parent 7e1bfb7 commit 4a9a814
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tessen.bash
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2021 Ayush Agarwal <ayush at fastmail dot in>
#
# pass tessen - Password Store Extension (https://www.passwordstore.org)
# a fuzzy data selection interface for pass using fzf

# list of variables inherited from password-store.sh which are used in this extension
# PREFIX - the location of password store
# CLIP_TIME - the time for which data should be kept in the clipboard
# ------------------------------------------------------------------------------

# password-store.sh doesn't use nounset, we will
set -u

# list of variables inherited from password-store.sh used in this extension
# PREFIX - the location of password store
# CLIP_TIME - the time for which data should be kept in the clipboard

# initialize the global variables
TSN_VERSION="1.0"
TSN_PASSFILE=""
Expand Down

0 comments on commit 4a9a814

Please sign in to comment.