luma-dev / fish-history-ui

Fish shell history visualize Web UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fish-history-ui

Luma Style Guide

Fish shell history visualize Web UI.

screenshot calendar

Install

Check releases and download and install corresponding binary.

Linux Install Example

set VERSION 1.0.2
set ARCH (arch)
wget -O fish-history-ui.tar.gz "https://github.com/luma-dev/fish-history-ui/releases/download/v"$VERSION"/fish-history-ui_"$VERSION"_Linux_"$ARCH".tar.gz"
tar -xvf ./fish-history-ui.tar.gz
sudo install fish-history-ui /usr/local/bin/
rm ./fish-history-ui.tar.gz ./fish-history-ui

fish-history-ui --open

About

Fish shell history visualize Web UI.

License:MIT License


Languages

Language:Go 51.4%Language:Svelte 25.7%Language:TypeScript 14.9%Language:JavaScript 4.8%Language:Makefile 2.1%Language:HTML 0.9%Language:Shell 0.3%