An open API service indexing awesome lists of open source software.

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.

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