New Feature - Custom Formatting
You can now use the auto-rename-format option with a new #{window_icon} to customize how your tmux windows are named.
set -g automatic-rename-format "#{window_icon} #{b:pane_current_path}"Thanks to @HT2Knock for the PR!
What's Changed
- Adding Just file icon by @gj1118 in #45
- Fix: handle escaping invalid chars in ya parsing, use -r flag to ensure no quotes around icons by @z3z1ma in #47
- Add weechat irc client icon by @vlanx in #49
- Add 3 new process icons by @jasonshanks in #50
- Add python3 support by @arne-vl in #54
- add vi alias for vim by @Mause in #55
- feat: add bazel, glances and kubie icons by @chagui in #56
- feat: allow placeholder replace over custom format by @HT2Knock in #57
New Contributors
- @z3z1ma made their first contribution in #47
- @vlanx made their first contribution in #49
- @jasonshanks made their first contribution in #50
- @arne-vl made their first contribution in #54
- @Mause made their first contribution in #55
- @chagui made their first contribution in #56
- @HT2Knock made their first contribution in #57
Full Changelog: v2.1.2...v2.2.0