Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luma-dev/fish-history-ui
Fish shell history visualize Web UI.
https://github.com/luma-dev/fish-history-ui
fish-shell golang luma-style svelte typescript
Last synced: about 2 months ago
JSON representation
Fish shell history visualize Web UI.
- Host: GitHub
- URL: https://github.com/luma-dev/fish-history-ui
- Owner: luma-dev
- License: mit
- Created: 2021-08-21T17:12:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T16:03:37.000Z (over 3 years ago)
- Last Synced: 2024-08-18T00:54:56.623Z (5 months ago)
- Topics: fish-shell, golang, luma-style, svelte, typescript
- Language: Go
- Homepage:
- Size: 7.24 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fish-history-ui
[![Luma Style Guide](https://img.shields.io/badge/styled%20with-luma-%23c5ebeb?style=flat-square)](https://github.com/luma-dev/luma-style-guide#readme)
Fish shell history visualize Web UI.
![screenshot calendar](https://user-images.githubusercontent.com/29811106/130643544-cb9ccdc7-fcff-427b-8211-90c84b373449.png)
## Install
Check [releases](https://github.com/luma-dev/fish-history-ui/releases) and download and install corresponding binary.
### Linux Install Example
```fish
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-uifish-history-ui --open
```