Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from Whodiduexpect/v1.0.3-beta
Browse files Browse the repository at this point in the history
Add v1.0.3 beta changes
  • Loading branch information
Whodiduexpect authored Mar 1, 2020
2 parents e9e4b89 + bf684b5 commit 76b8708
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 229 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/Whodiduexpect/assignment-list.svg?branch=master)](https://travis-ci.org/Whodiduexpect/assignment-list)
![Tests](https://github.com/Whodiduexpect/assignment-list/workflows/Tests/badge.svg)
# Assignment List

Assignment list is a terminal-based assignment manager for the Student Vue web portal. Assignment List is meant to replace the lack of features in Student Vue by giving tools to manage assignments, like a fancy integrated to-do list. If you just want a CLI Student Vue interface, [check out this neat project.](https://github.com/kajchang/studentvue-cli)
Expand Down
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Marked assignment #1111111 as complete
```

# The `list` command
The `list` command lists the assignments. Currently, it has 2 optional categories, which are `current` and `completed`. The reason these categories are optional is that by default it's `current`, as to not require an unnecessary long command.
The `list` command lists the assignments. Currently, it has 3 optional categories, which are `current`, `completed`, and `added` (assignments added via the `add` command). The reason these categories are optional is that by default it's `current`, as to not require an unnecessary long command.
## Example Usage
`python assignment_list.py list` OR `python assignment_list.py list current`
`python assignment_list.py list` or `python assignment_list.py list current`
```
Assignment Assignment ID Class Name Due Date
0 Test Assignment #1 1111111 Last, F TESTCLASS I(1) 1/01/2019
Expand Down
Loading

0 comments on commit 76b8708

Please sign in to comment.