Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NaelAnoob] iP #617

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

Conversation

NaelAnoob
Copy link

@NaelAnoob NaelAnoob commented Feb 20, 2025

Jackbit: The Jack of All Tasks 🎭

"Life is a circus, and tasks are your juggling balls. Keep them in the air, but don’t forget to enjoy the show!" - Jackbit

Meet Jackbit, your clown-savvy task manager who’s here to turn your chaos into order! 🎪 Whether you’re juggling deadlines, balancing events, or just trying to remember to buy milk, Jackbit’s got the tricks to keep you on track.

Why Jackbit?

Jackbit isn’t just a task manager—it’s your ringmaster for productivity. Whether you’re a student, a professional, or just someone who loves a bit of fun, Jackbit makes task management simple, fast, and entertaining.

It’s:

  • ✅ Text-based – No fancy GUIs, just pure productivity magic.
  • ✅ Easy to learn – Even clowns can use it! 🤡

All you need to do is:

  1. Download it from here.
  2. Open a terminal and navigate to the folder where the .jar file is saved. Then run:
java -jar Jackbit.jar
  1. Add your tasks.

Let Jackbit juggle your tasks for you 🎭
And the best part? It’s FREE! 🎉


Features:

  • Task Juggling ✨:

  • Add Todos, Deadlines, and Events with a snap of your fingers.

  • Mark tasks as done or unmark them if you’re not ready to let go.

  • Delete tasks you no longer need—poof, they’re gone!

  • Stay in the Circus ✨:

  • List all your tasks in one big top.

  • Save the Show ✨:

  • Your tasks are saved automatically, so the show always goes on.

  • Reload your tasks the next time you start Jackbit—no rehearsals needed!

  • Reminders: Get a clown horn alert for upcoming deadlines and events. (Coming soon!!)

  • Priority Levels: Assign clown hats to your tasks for better organization. 🎩 (Coming soon!!)

  • Search Functionality: Find tasks faster than a clown can pull a rabbit out of a hat. 🐇 (Coming soon!!)


Jackbit greets you with a quirky ASCII art and a playful message.
It’s like having a circus in your terminal! 🎪🤹‍♂️

So, what are you waiting for? Download Jackbit today and let it handle your tasks while you focus on stealing the show! 🎭💥

damithc and others added 30 commits July 11, 2024 16:52
In build.gradle, the dependencies on distZip and/or distTar causes
the shadowJar task to generate a second JAR file for which the
mainClass.set("seedu.duke.Duke") does not take effect.
Hence, this additional JAR file cannot be run.
For this product, there is no need to generate a second JAR file
to begin with.

Let's remove this dependency from the build.gradle to prevent the
shadowJar task from generating the extra JAR file.
I realized that if I put it in .gitignore then it wouldn't be pushed to github
# Conflicts:
#	src/main/java/jackbit/tasklist/TaskList.java
#	src/main/java/jackbit/ui/Ui.java
# Conflicts:
#	src/main/java/jackbit/task/Task.java
Some commands read by Parser may not have the correct syntax, so some assertions
were added to check for that.
Unnecessary newlines increase the length of the method, so I deleted them.

No other glaring Code quality issues were found, but I may have
overlooked them.
A-CodeQuality: Reduce length of method by taking away newlines
* 'master' of https://github.com/NaelAnoob/ip:
  A-CodeQuality: Reduce length of method by taking away newlines
A-Assertions: Add some assertions to Parser
* 'master' of https://github.com/NaelAnoob/ip:
  A-Assertions: Add some assertions to Parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants