issues
search
mrjones2014
/
ctrlg
A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
29
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update deps
#85
mrjones2014
closed
2 years ago
0
add hook to send cd command to additional panes
#84
mrjones2014
closed
2 years ago
0
[Feature]: "Hook" function to allow user to define extra tmux window IDs to send `cd` command to
#83
mrjones2014
closed
2 years ago
0
Update arboard dependency
#82
mrjones2014
closed
2 years ago
0
[Feature]: Update `arboard` dependency
#81
mrjones2014
closed
2 years ago
0
implement ctrl-y to copy path to clipboard
#80
mrjones2014
closed
2 years ago
0
[Feature]: command to add current directory to `search_dirs` config
#79
mrjones2014
opened
2 years ago
0
fix word wrapping by using keep_words option in tabled
#77
mrjones2014
closed
2 years ago
0
[Bug]: Fix word wrapping in the `keybinds` command output
#76
mrjones2014
closed
2 years ago
0
[Feature]: Try to match terminal theme by default
#75
mrjones2014
opened
2 years ago
0
Map `preview_with_glow` and `glow_wrap_width` settings from `include`d config files
#74
mrjones2014
closed
2 years ago
0
[Bug]: `glow` related settings aren't respected when set in an `include`d config
#73
mrjones2014
closed
2 years ago
0
Add support for previews with `glow`
#72
mrjones2014
closed
2 years ago
0
[Feature]: Support using `glow` instead of `bat` for previews
#71
mrjones2014
closed
2 years ago
1
Add support for `include` to include other yml files in config file
#70
mrjones2014
closed
2 years ago
0
[Feature]: Add an option to include other `yml` files from the config file
#69
mrjones2014
closed
2 years ago
0
add subcommand to print key bindings
#68
mrjones2014
closed
2 years ago
0
[Feature]: add a sub-command to print keybindings
#67
mrjones2014
closed
2 years ago
1
Add `check-updates` subcommand to check for new versions
#66
mrjones2014
closed
2 years ago
0
Update instructions for using the installation script
#65
mrjones2014
closed
2 years ago
0
[Bug]: install script instructions don't work in fish shell
#64
mrjones2014
closed
2 years ago
0
Add an installer script to make it easier for people to install without `cargo`
#63
mrjones2014
closed
2 years ago
0
[Feature]: Create an installer script to make it easier to install without Cargo
#62
mrjones2014
closed
2 years ago
0
add keybind to `pushd selected/dir && $EDITOR && popd` in current tmux pane only
#61
mrjones2014
closed
2 years ago
0
allow specifying glob patterns to files which specify root dirs such as `~/git/*/Cargo.toml`
#60
mrjones2014
closed
2 years ago
0
[Feature]: add an option to use `pushd && $EDITOR && popd`, only in current tmux pane
#59
mrjones2014
closed
2 years ago
0
[Feature]: Allow globbing patterns to specify files instead of directories, and use the file's parent directory
#58
mrjones2014
closed
2 years ago
0
check if we're in a tmux session before trying to use a tmux floating window
#57
mrjones2014
closed
2 years ago
0
[Feature]: tmux floating window feature should check if we're in a tmux session first
#56
mrjones2014
closed
2 years ago
0
implement floating window option for shell plugin
#55
mrjones2014
closed
2 years ago
0
[Feature]: Option to run in a floating window like fzf-tmux
#54
mrjones2014
closed
2 years ago
1
add ctrl+d and ctrl+f keybinds for scrolling previews up and down, respectively
#53
mrjones2014
closed
2 years ago
0
add ctrl+y keybind to copy to clipboard
#52
mrjones2014
closed
2 years ago
1
add tab keybind to insert path to command line
#51
mrjones2014
closed
2 years ago
0
add ctrl+o keybind to cd only in current tmux pane
#50
mrjones2014
closed
2 years ago
0
[Feature]: Add key bind for scrolling preview
#49
mrjones2014
closed
2 years ago
3
[Feature]: Add a key bind to just insert the selected path into the command line of the *current pane only*
#48
mrjones2014
closed
2 years ago
1
[Feature]: Add key bind to `cd` to selected directory but not send the command to other `tmux` panes
#47
mrjones2014
closed
2 years ago
0
[Feature]: add key bind to copy selected path to clipboard
#46
mrjones2014
closed
2 years ago
4
[Bug]: sending the `cd` command to other tmux panes should clear the command line first
#45
mrjones2014
opened
2 years ago
2
update clap version
#44
mrjones2014
closed
2 years ago
0
[Feature]: Upgrade dependencies
#43
mrjones2014
closed
2 years ago
0
Repaint prompt when cancelled/no directory selected
#42
mrjones2014
closed
2 years ago
0
[Bug]: If cancelled (no directory selected), prompt does not redraw correctly
#41
mrjones2014
closed
2 years ago
0
[Feature]: Update checking and self updates
#40
mrjones2014
closed
2 years ago
1
Add key bind to open selected directory in `$EDITOR` if defined
#39
mrjones2014
closed
2 years ago
0
[Feature]: Keybind to open selected directory in `$EDITOR` if defined
#38
mrjones2014
closed
2 years ago
2
[Feature]: Publish to Homebrew (needs help)
#37
mrjones2014
opened
2 years ago
2
fix fish shell binding in vi mode
#36
mrjones2014
closed
2 years ago
0
[Bug]: Fish shell key binds don't work when using Fish vi bindings in insert mode
#35
mrjones2014
closed
2 years ago
0
Next