All Projects → joehillen → To Fish

joehillen / To Fish

Licence: mit
Bookmarks for Fish Shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to To Fish

Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+9950%)
Mutual labels:  command-line-tool, fish, fish-shell
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+25%)
Mutual labels:  fish, fish-shell
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (+61.36%)
Mutual labels:  fish, fish-shell
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (-45.45%)
Mutual labels:  fish, fish-shell
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+50%)
Mutual labels:  fish, fish-shell
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (-15.91%)
Mutual labels:  fish, fish-shell
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (+0%)
Mutual labels:  fish, fish-shell
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-38.64%)
Mutual labels:  fish, fish-shell
Fzf.fish
Augment your fish command line with fzf key bindings.
Stars: ✭ 255 (+479.55%)
Mutual labels:  fish, fish-shell
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (+697.73%)
Mutual labels:  fish, fish-shell
Done
A fish-shell package to automatically receive notifications when long processes finish.
Stars: ✭ 394 (+795.45%)
Mutual labels:  fish, fish-shell
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+86.36%)
Mutual labels:  fish, fish-shell
fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-75%)
Mutual labels:  fish, fish-shell
dotfiles
~nickTD
Stars: ✭ 13 (-70.45%)
Mutual labels:  fish, fish-shell
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+22.73%)
Mutual labels:  fish, fish-shell
hoard
cli command organizer written in rust
Stars: ✭ 71 (+61.36%)
Mutual labels:  fish, command-line-tool
Dotfiles
📁 📋 📎
Stars: ✭ 6 (-86.36%)
Mutual labels:  fish, fish-shell
fish-color-scheme-switcher
A fish shell 🐟 plugin to switch color schemes 🌈
Stars: ✭ 48 (+9.09%)
Mutual labels:  fish, fish-shell
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-27.27%)
Mutual labels:  fish, fish-shell
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (+86.36%)
Mutual labels:  fish, fish-shell

to-fish

A directory bookmarking tool for fish-shell.

Usage

to puts bookmarks in the directory ~/.tofish

Use set -U TO_DIR to change where bookmarks are stored.

$ to help
Usage:
 to (BOOKMARK|DIR)         Go to BOOKMARK or DIR
 to add [BOOKMARK] [DEST]  Create a BOOKMARK for DEST
                             Default BOOKMARK: name of current directory
                             Default DEST: path to current directory
 to ls                     List all bookmarks
 to mv OLD NEW             Change the name of a bookmark from OLD to NEW
 to rm BOOKMARK            Remove BOOKMARK
 to clean                  Remove bookmarks that have a missing destination
 to resolve BOOKMARK       Print the destination of a bookmark
 to help                   Show this message

Installation

Fisher (recommended)

fisher install joehillen/to-fish

fundle

Add the following to ~/.config/fish/config.fish and run fundle install.

fundle plugin joehillen/to-fish

Manually

Run make

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].