diff --git a/README.md b/README.md index bcdb394..8cf741d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Project Level Shortcuts (pls) +![pls logo](https://raw.githubusercontent.com/codevogel/pls/refs/heads/main/assets/img/pls.png) + Project Level Shortcuts (pls) is a command-line tool designed to streamline your workflow by allowing you to create, manage, and execute custom aliases for frequently used commands. Say goodbye to messy bash profiles, and say hello to pls! 🐦 Run your most frequently used commands with ease, e.g. `pls test` to run tests, `pls godot` to open your Godot project and editor, `pls open-here` to open the current directory in your file manager, and whatever else you can think of! diff --git a/assets/img/pls.png b/assets/img/pls.png new file mode 100644 index 0000000..037d079 Binary files /dev/null and b/assets/img/pls.png differ