Skip to content

r4ai/my_fish_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

fisher install r4ai/my_fish_functions