The Release of CLIMods
๐
CLIMods
is a native desktop application for NUS students to explore, manage and plan academic modules that they are interested in taking. It is primarily optimised for the use via a Command Line Interface (CLI) while still providing the benefits of a Graphical User Interface (GUI). Power users of the command line/terminal will be able to plan and manage their modules much faster than doing it on nusmods.com.
Commands ๐
ls [FACULTY_CODE]
- e.g.
ls CS
- e.g.
find KEYWORD
- Supports valid RegEx
- e.g.
find software
,find ^CS20\d\d$
preq MODULE-CODE
- e.g.
preq CS2103
- e.g.
add MODULE-CODE SEMESTER-CODE
- e.g.
add CS2103 s1
- e.g.
rm MODULE-CODE
- e.g.
rm CS2103
- e.g.
pick MODULE-CODE LESSON-TYPE LESSON-ID
- e.g.
pick CS2103 TUT 06
- e.g.
exit
More details can be found on our User Guide ๐