Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/r4ai/my_fish_functions
- Owner: r4ai
- License: mit
- Created: 2022-03-29T16:30:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T02:23:01.000Z (over 1 year ago)
- Last Synced: 2024-04-20T08:51:18.811Z (9 months ago)
- Topics: commands, fish, fish-shell
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```