Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r4ai/my_fish_functions

A collection of useful commands for my own use.
https://github.com/r4ai/my_fish_functions

commands fish fish-shell

Last synced: 20 days ago
JSON representation

A collection of useful commands for my own use.

Awesome Lists containing this project

README

        

## collection of fish commands for my own use.
A collection of useful commands for myself.
Includes forked commands developed by others.
supports wsl2(may be few commands not working) and macOS.

## command list
- bd --> Quickly go back to a parent directory(0rax/fish-bd)
- pwdc --> Copy the current directory path.
- reload --> Just reload the fish shell.
- copy --> just Copy. Supports win(wsl) & mac.
- open_fish_config/ofc --> Just open the fish config file.
- get_os_name --> Returns the name of the OS distribution you are currently using.
- alias_safe --> Make alias if given command has already installed. (experimental)
- install --> Simple command to install software. Supports wsl & mac. mac -> act as brew, arch -> act as pacman & yay, ubuntu -> act as apt.
- do_script --> Run commands in scripts folder in project directory.

## how to install
### using fisher
```shell
fisher install r4ai/my_fish_functions
```