An open API service indexing awesome lists of open source software.

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.

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.