Looking for a quick, easy, and efficient way to track your CS2040C note and code files? They're all on CLIAlgo.
CLIAlgo is a desktop application for managing your CS2040C notes and code. It is optimized to be used via a Command Line Interface (CLI). If you can type fast, you can access and sort your notes faster than ever before.
CS2040CFile
CLIAlgo
to remove CS2040CFile
s that are stored inside CLIAlgo
. This does
not delete the CS2040CFile
from the program directory, but rather it stops our CLIAlgo
program from tracking
it.Remove
feature, users can choose to remove CS2040CFile
s which they would no
longer want to be tracked by our CLIAlgo
manager. This can be useful if the users do not want to over clutter
their CLIAlgo
with unnecessary CS2040CFile
s which they have added previously.CS2040CFile
s is not handled in the primary RemoveCommand
object, but by the TopicManger
and FileManager
objects.The code contributed by me can be found on RepoSense.
add
.remove
.FAQ
.Add
feature.Remove
feature.