https://github.com/seeminglyscience/pswriteline
Collection of PSReadline key handlers to add more "editor-like" features.
https://github.com/seeminglyscience/pswriteline
Last synced: about 2 months ago
JSON representation
Collection of PSReadline key handlers to add more "editor-like" features.
- Host: GitHub
- URL: https://github.com/seeminglyscience/pswriteline
- Owner: SeeminglyScience
- License: mit
- Created: 2017-09-17T22:12:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T00:58:01.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T13:22:36.001Z (3 months ago)
- Language: PowerShell
- Size: 22.5 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSWriteline
PSWriteline is a PowerShell module that brings more editor-like features to PSReadline using through key handlers.
This project is at a very early stage, expect a lot of bugs and a lot of breaking changes. For right now this is mainly serves as my personal PSReadline setup, but feel free to try it out, open issues, etc.
## Current Features
- Bind Hotstrings (similar to AutoHotkey)
- Command Palette (similar to VSCode)
- Add unbound key handlers for use in the command palette
- Various changes/fixes to Vi bindings## Planned Features
- Editor mode that treats the input buffer like a text document for quick edits in remote sessions without installing anything on the host.