Releases: pvolok/mprocs
Releases Β· pvolok/mprocs
v0.7.1
- Not using upx anymore
- Disable xterm modifyOtherKeys in iTerm2
v0.7.0
- Terminal sequences parser rewritten using termwiz vt parser
- Copying fixes for Wayland (#88)
- Support cursor shapes
- Various fixes for keyboard handling
- Accept configs with
.json
extension
- Introduce commands menu (press
p
)
- Add autorestart proccess config option
- Add scrollback config option
0.6.4
- Add win32 key encoding
- Experimental lua support
- Handle wide chars at the end of line
0.6.2
- Fix global mprocs.yaml path when XDG_CONFIG_HOME env var is defined
0.6.1
- Add copy mode
- Add
procs_list_width
to settings
- Add mouse scroll config
- Add quit confirmation dialog
0.6.0
- Add
--npm
argument
- Add
add_path
to proc config
- Add
hide_keymap_window
to settings
- Highlight changed unselected processes
- Keymap help now uses actual keys (respecting config)
- Clears the terminal before the first render.
0.5.0
- Add mouse support
- Add command for scrolling by N lines (
C-e
/C-y
)
- Add autostart field to the process config
0.4.1
- Zoom mode
- Support batching commands
- Allow passing
null
to clear key bindings
0.4.0
- Add --names cli argument
- Add stop field to the process config
- Add cwd field to the process config
- Add key bindings for selecting procs by index (
M-1
- M-8
)
- Add keymap settings