Skip to content

Kakoune plugin to generate session names instead of the default PIDs

License

BSD-2-Clause, Apache-2.0 licenses found

Licenses found

BSD-2-Clause
LICENSE
Apache-2.0
DOCKER-LICENSE
Notifications You must be signed in to change notification settings

nilium/kak-session-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

kak-session-name

This is a very, very simple Kakoune plugin to default any unspecified session name to one generated using a random combination of names from Moby's name generator.

The Moby NOTICES file has been reproduced in this repository for your consumption, minus parts not relevant to the program. In particular, the only parts relevant to this program are the lists of names and their comments. No other code is reproduced, as this is a very small Rust program. In addition, the Docker license text is available under the DOCKER-LICENSE file.

Installation

Using plug.kak:

plug "nilium/kak-session-name" do %{
    cargo install --force --path .
}

I couldn't tell you how best to set this up manually, I recommend using plug.kak.

About

Kakoune plugin to generate session names instead of the default PIDs

Topics

Resources

License

BSD-2-Clause, Apache-2.0 licenses found

Licenses found

BSD-2-Clause
LICENSE
Apache-2.0
DOCKER-LICENSE

Stars

Watchers

Forks