-
Notifications
You must be signed in to change notification settings - Fork 171
/
diana-progress
executable file
·30 lines (29 loc) · 1.01 KB
/
diana-progress
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/env sh
### _ _ _ _
### __ _ ___ | |_| |__ | | ___| |_ _ _
### / _` |/ _ \| __| '_ \| |/ _ \ __| | | |
###| (_| | (_) | |_| |_) | | __/ |_| |_| |
### \__, |\___/ \__|_.__/|_|\___|\__|\__,_|
### |___/
### https://www.youtube.com/user/gotbletu
### https://twitter.com/gotbletu
### https://github.com/gotbletu
###
### Author : gotbletu
### Name : diana-progress
### Version : 0.2.1
### Date : 2020-05-05
### Description : outputs basic stats and info about the current aria2c daemon downloads
### Depends On : diana (https://github.com/baskerville/diana)
### Video Demo : https://www.youtube.com/watch?v=y59JwlYsrAE
# printf '%s\n' "====BANDWIDTH===="
diana stats
printf '%s\n' "=====ACTIVE======"
diana list
printf '%s\n' "=====PAUSED======"
diana paused
printf '%s\n' "====COMPLETED===="
diana stopped
printf '%s\n' "=====ERRORS======"
diana errors