Skip to content

andreyorst/pmanage.kak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project status

Because I have stopped using Kakoune, this project will not receive active maintenance. The issues section has been closed, as I do not plan to address any issues myself. However, I welcome pull requests from anyone who encounters problems with this plugin and knows how to resolve them.

pmanage.kak

This plugin is aimed to make it easier to run and manage background processes from Kakoune editor. It provides three commands to start and stop processes:

  • pstart <command>: Starts command as background process, and create FIFO buffer for that process named after process PID.
  • pstop <PID>: delete process buffer and send SIGTERM signal to process.
  • pkill <PID>: delete process buffer and send SIGKILL signal to process.

You can track all processes with pmanage_process_list option.

Installation

Add this to your kakrc:

plug "andreyorst/pmanage.kak"

Restart Kakoune or re-source your kakrc and call plug-install command.

Without plugin manager

Clone this repository to your autoload directory, or source pmanage.kak file from your kakrc.

About

Manage background processes from Kakoune

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors