configs  Check-in [a24c2cee51]

Overview
Comment:fish: Add flveri
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a24c2cee51ecbc38b4a339cc210b820025a2d05f29c428715adb716f886769e2
User & Date: js on 2022-11-25 21:46:32
Other Links: manifest | tags
Context
2022-11-25
22:16
Bring zsh and fish back in sync check-in: 6be55bde09 user: js tags: trunk
21:46
fish: Add flveri check-in: a24c2cee51 user: js tags: trunk
21:36
zshrc: Add classic macOS to cross check-in: f78c8320ff user: js tags: trunk
Changes

Added fish/functions/flveri.fish version [9f29deeadf].















>
>
>
>
>
>
>
1
2
3
4
5
6
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