You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/commands/a2dismod.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Don't show **informative messages**
12
12
13
13
```sudo a2dismod -q [module]```
14
14
15
-
**Force** disable a module and cascade disable all modules that depend on it
15
+
**Force** disable a module even if it does not exist or is already disabled
16
16
17
17
```sudo a2dismod -f [module]```
18
18
@@ -36,7 +36,7 @@ The tool works alongside **a2enmod**, which enables modules. After disabling a m
36
36
> Don't show informative messages
37
37
38
38
**-f, --force**
39
-
> Cascade disable all modules that depend on the specified module
39
+
> Do not complain if the specified module does not exist or is already disabled
40
40
41
41
**-m, --maintmode**
42
42
> Enables maintainer mode; the program invocation is effectuated automatically by a maintainer script
@@ -46,7 +46,7 @@ The tool works alongside **a2enmod**, which enables modules. After disabling a m
46
46
47
47
# CAVEATS
48
48
49
-
This utility is **Debian-specific** and not available on other Linux distributions. Using **-f** to force disable a module will also disable all dependent modules, which may break your Apache configuration.
49
+
This utility is **Debian-specific** and not available on other Linux distributions (also works on Ubuntu and derivatives). After disabling a module, you must restart or reload Apache for changes to take effect.
Copy file name to clipboardExpand all lines: assets/commands/aa-teardown.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,6 @@ Unload all AppArmor profiles and disable enforcement
18
18
19
19
This is typically used for troubleshooting when AppArmor profiles are causing issues, or when completely disabling AppArmor on a system.
20
20
21
-
# PARAMETERS
22
-
23
-
**-h, --help**
24
-
> Display help information
25
-
26
21
# CAVEATS
27
22
28
23
Running this command removes **all AppArmor security protections** from the system. Applications will run without any AppArmor confinement until profiles are reloaded.
@@ -33,4 +28,4 @@ Part of the **AppArmor** utilities package for managing application security pro
@@ -42,32 +50,70 @@ The tool scrapes anime streaming sites to find available content, presenting opt
42
50
**-d**, **--download**
43
51
> Download instead of stream
44
52
53
+
**-e**, **--episode**_range_
54
+
> Specify episode number or range (e.g., 1-5)
55
+
45
56
**-q**_quality_
46
-
> Specify video quality (360p, 480p, 720p, 1080p)
57
+
> Specify video quality (best, worst, 360, 480, 720, 1080). Default is best.
47
58
48
59
**-v**, **--vlc**
49
60
> Use VLC player instead of mpv
50
61
51
-
**-H**, **--history**
52
-
> Show watch history
62
+
**-D**, **--delete**
63
+
> Delete watch history
64
+
65
+
**-s**, **--syncplay**
66
+
> Watch together with friends using Syncplay (mpv only)
67
+
68
+
**-N**, **--non-interactive**
69
+
> Disable the interactive menu
70
+
71
+
**-S**_index_, **--select-nth**_index_
72
+
> Select nth search result without prompting
73
+
74
+
**--dub**
75
+
> Play the dubbed version instead of subbed
53
76
54
-
**-s**_source_
55
-
> Select source site
77
+
**--skip**
78
+
> Use ani-skip to skip episode intros (mpv only)
79
+
80
+
**--no-detach**
81
+
> Don't detach the player (useful for in-terminal playback)
82
+
83
+
**--rofi**
84
+
> Use rofi instead of fzf for the interactive menu
56
85
57
86
**-U**, **--update**
58
87
> Update ani-cli
59
88
60
89
**-h**, **--help**
61
90
> Show help information
62
91
92
+
# CONFIGURATION
93
+
94
+
**ANI_CLI_MODE**
95
+
> Controls media mode: sub or dub. Default is sub.
96
+
97
+
**ANI_CLI_QUALITY**
98
+
> Controls video quality (best, worst, 360, 480, 720, 1080). Default is best.
99
+
100
+
**ANI_CLI_DOWNLOAD_DIR**
101
+
> Download directory. Default is the current directory.
102
+
103
+
**ANI_CLI_EXTERNAL_MENU**
104
+
> Set to 1 to use rofi dmenu instead of fzf. Default is 0.
105
+
106
+
**ANI_CLI_SKIP_INTRO**
107
+
> Set to 1 to use ani-skip for intro skipping (mpv only). Default is 0.
108
+
63
109
# CAVEATS
64
110
65
-
Depends on external streaming sources that may change or become unavailable. Quality and availability vary by title. Requires mpv or vlc for playback. May not work in all regions.
111
+
Depends on external streaming sources that may change or become unavailable. Quality and availability vary by title. Requires mpv or vlc for playback. May not work in all regions. Requires curl, sed, grep, and fzf as dependencies.
66
112
67
113
# HISTORY
68
114
69
115
**ani-cli** was created as a community project for anime fans who prefer command-line tools. It has been actively maintained with updates to support changing streaming sources.
0 commit comments