Git Product home page Git Product logo

cdms's Introduction

College Directory Management Scripts

Overview

This collection of shell scripts is crafted to streamline the process of organizing academic course materials. It includes scripts to establish a clean folder structure, it includes a menu-driven script to append new lectures and new assignments to a particular class.

  • setup_college.sh: Sets up the initial college directory and individual course directories.
  • new_lecture.sh: A menu-driven script to create a new lecture folder within a specific course directory, tagged with the current date.
  • new_assignment.sh: A menu-driven script to create a new assignment folder within a specific course directory, also tagged with the current date.

Prerequisites

  • A system with a Bash terminal (Linux, macOS, or Windows with WSL)
  • Scripts must be given execution permissions

Installation

  1. Download the scripts to your desired location on your system.
  2. Provide execution permissions to the scripts using the terminal command:
chmod +x setup_college.sh new_lecture.sh new_assignment.sh

Usage

Setting Up College Directory

  1. Execute the setup_college.sh script in your terminal.
  2. When prompted, input the class names and press ENTER after each one.
  3. To complete the setup, enter 0 and press ENTER.

SCR-20240202-pndg.png

SCR-20240202-pnkn.png

Adding New Lecture Folders

  1. Run the following command to use the new_lecture.sh script:
source new_lecture.sh
  1. From the menu, choose the class for which you want to add a new lecture by entering the associated number.
  2. When asked, indicate if you wish to change to the directory of the new assignment folder.

SCR-20240202-pnqz.png

Adding New Assignment Folders

  1. Run the following command to use the new_assignment.sh script:
source new_assignment.sh
  1. From the menu, choose the class for which you want to add a new assignment by entering the associated number.
  2. When asked, indicate if you wish to change to the directory of the new assignment folder.

SCR-20240202-pnwm.png

SCR-20240202-ptqx.png

cdms's People

Contributors

eliasbnk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.