We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grammar
#fish shell notes, add note about controlling process from different shell
#fish shell notes, remove my specific fish shell theme todo items
#fish add link about wild card expansion
#fish update link for redirection
formatting
add link about prepending numbers to a directory of filenames
bash scripting does not really support data types the way that tradditional c based language supports various data types, such as, `int,string,float,etc,etc
fix formatting errors in fish shell notes doc, and add note about calling a single function from a bash script, by using the `source` cmd from an interactive BASH session
add note about debugging a bash script
add note about syntax checking a BASH script
add note about printing key codes sent via a terminal using `sed`
add note about using `seq` with fish for a range of values
update notes about profiling in fish
update instructions for building fish from git source
migrate `href` to `id` for fish shell notes doc
add note about prepending a path in fish
add note about adding all .sh files to have executable bit
add breakthrough note about working with man pages
add uni tooling about working with man pages
formatting updates for fish shell notes
add note about renaming `.jpg` files to `.jpeg` in the current working directory with fish
update notes about working with users and groups on GNU+Linux
add some notes about updating PATH for fish within a tmux session
add note about disabling configuration for fish shell
add note about working with Chromium based browsers
update notes about installing fish