File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Babble
8
8
9
- An upgrade routine for Homebrew, Mac App Store and macOS
9
+ An upgrade routine for Homebrew, Mac App Store and macOS, written in shell.
10
10
11
11
## Example session
12
12
@@ -23,6 +23,20 @@ curl --silent "https://raw.githubusercontent.com/toobuntu/babble/main/bbl" --out
23
23
24
24
Change ` <path> ` to the path of your choice. ` "$HOME/Downloads" ` , ` "$HOME/bin" ` and ` "$HOME/devel" ` are all common possibilities.
25
25
26
+ ## Usage
27
+
28
+ ``` sh
29
+ bbl
30
+ ```
31
+
32
+ ## To do
33
+
34
+ - Use a configuration file to supply a list of GUI apps which should be quit prior to upgrading them and restarted after the upgrade is completed.
35
+ - Remove extraneous code comments.
36
+ - Only run ` brew upgrade ` if ` brew outdated ` reports something upgradable, similar to how ` mas ` is already handled in Babble.
37
+ - Do not attempt to upgrade the terminal being used to run Babble itself.
38
+
39
+
26
40
---
27
41
28
42
#### Babble uses the following open source icons:
You can’t perform that action at this time.
0 commit comments