Skip to content

kisaragi-hiu/fish-launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

launch

Run a command and forget about it.

function launch
    nohup $argv >/dev/null ^/dev/null &
    disown (jobs --last --pid)
end

Install

With fisherman:

fisher kisaragi-hiu/launch

Or, alternatively, just copy the definition above into your configuration. This is made into a plugin for easier dependency tracking.

Usage

launch openbox --replace

About

Launch a command and forget about it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages