Skip to content

Commit 23ae6d8

Browse files
committed
...
1 parent 8b2569f commit 23ae6d8

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

misc/content/2025/03/editing-pdf-files-using-stirling-pdf/editing-pdf-files-using-stirling-pdf.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-03-06 08:18:50
3-
Modified: 2025-05-10 23:54:54
3+
Modified: 2025-05-11 16:45:21
44
Author: Benjamin Du
55
Slug: editing-pdf-files-using-stirling-pdf
66
Title: Editing PDF Files Using Stirling-PDF
@@ -9,7 +9,8 @@ Tags: Computer Science, PDF, editing, Stirling-PDF
99

1010
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
1111

12-
You can try Stirling-PDF at https://stirlingpdf.io/
12+
You can try Stirling-PDF at
13+
<https://stirlingpdf.io/>
1314
.
1415

1516
## Start a Stirling-PDF Service Using Docker

misc/content/2025/05/tips-on-bash-completion/tips-on-bash-completion.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-05-06 14:27:02
3-
Modified: 2025-05-06 15:04:24
3+
Modified: 2025-05-11 16:48:14
44
Author: Benjamin Du
55
Slug: tips-on-bash-completion
66
Title: Tips on Bash Completion
@@ -13,11 +13,14 @@ Tags: Computer Science, programming, shell, bash, completion, complete
1313

1414
### Ubuntu / Debian
1515

16-
wajig install bash-completion
16+
wajig install bash-completion
1717

1818
### macOS
1919

20-
brew install bash-completion
20+
brew install bash-completion
21+
22+
If you don't like or cannot install bash-completion,
23+
bash-it provies completion scripts for many popular tools.
2124

2225
## Develop Bash Completion
2326

@@ -33,8 +36,8 @@ brew install bash-completion
3336
[argcomplete](https://github.com/kislyuk/argcomplete)
3437
provides easy, extensible command line tab completion of arguments for your Python application.
3538
It makes two assumptions:
36-
- You're using bash or zsh as your shell.
37-
- You're using argparse to manage your command line arguments/options.
39+
- You're using bash or zsh as your shell.
40+
- You're using argparse to manage your command line arguments/options.
3841

3942
3. The Ruby library (and also command-line tool)
4043
[completely](https://github.com/DannyBen/completely)

0 commit comments

Comments
 (0)