https://github.com/will-stone/fish-functions
My custom functions for the Fish Shell.
https://github.com/will-stone/fish-functions
Last synced: 2 days ago
JSON representation
My custom functions for the Fish Shell.
- Host: GitHub
- URL: https://github.com/will-stone/fish-functions
- Owner: will-stone
- Created: 2020-01-03T17:33:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T10:23:04.000Z (almost 3 years ago)
- Last Synced: 2026-02-01T15:55:30.826Z (5 months ago)
- Language: Shell
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fish Functions
My custom functions for the Fish Shell.
## Install
With [fisherman]
```
fisher install will-stone/fish-functions
```
## `c`
A Fish Shell alias to Visual Studio Code's `code` command, with the addition
that running `c` without parameters opens the current directory in VSCode.
### Usage
```sh
c # code .
c ./dir/dir # code ./dir/dir
```
## `ls`
Wraps `eza` to show hidden files and folders by default, and adds icons.
### Usage
```sh
ls # eza --all --group-directories-first --icons
```
## `v`
Shows versions for commonly installed items.
### Usage
```sh
v
go 1.10.2
node 10.8.0
npm 6.3.0
ruby 2.5.1
yarn 1.9.1
```
[fisherman]: https://github.com/jorgebucaran/fisher