Skip to content

v1.4

Latest
Compare
Choose a tag to compare
@shenyih0ng shenyih0ng released this 07 Nov 10:15
· 2 commits to master since this release
19a920d

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
  • find KEYWORD
    • Supports valid RegEx
    • e.g. find software, find ^CS20\d\d$
  • preq MODULE-CODE
    • e.g. preq CS2103
  • add MODULE-CODE SEMESTER-CODE
    • e.g. add CS2103 s1
  • rm MODULE-CODE
    • e.g. rm CS2103
  • pick MODULE-CODE LESSON-TYPE LESSON-ID
    • e.g. pick CS2103 TUT 06
  • exit

More details can be found on our User Guide ๐Ÿ˜ƒ

Demo ๐Ÿ”ฅ