Skip to content

Commit

Permalink
docs(readme): complete readme with available or planned features
Browse files Browse the repository at this point in the history
  • Loading branch information
mJehanno committed Apr 5, 2022
1 parent 68b5249 commit 9e1fc3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# launch-tui

Launch-tui is a small TUI app to manage launchD

## Features

- You can load and unload an Agent, list them (it's looking for agent in your `~/Library/LaunchAgents` folder).
- You can start or stop an agent
- You can add a new agent using a user-friendly form that will create your `.plist` for you.
- You can delete an agent (it will erase the associated `.plist` file from your disk)

0 comments on commit 9e1fc3d

Please sign in to comment.