ADDED fish/functions/flveri.fish Index: fish/functions/flveri.fish ================================================================== --- fish/functions/flveri.fish +++ fish/functions/flveri.fish @@ -0,0 +1,7 @@ +function flveri + if not set -q argv[1] + set argv[1] current + end + echo -e "\033[1m$argv[1]\033[0m" + fossil artifact "$argv[1]" | gpg --verify +end