Skip to content

Commit c7c3e0a

Browse files
committed
Update README.md and friends
1 parent 8693da1 commit c7c3e0a

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ Now you can edit that git commit or random config file in the terminal and then
1919

2020
![File menu screenshot](screenshot.png)
2121

22-
Cutting edge graphical technology from 1985 is now available to you in the year 2025! Wow! 🤩
22+
Cutting edge graphical technology from 1985 is now available to you in the year 2026! Wow! 🤩
2323

2424
![File dialog screenshot](screenshot2.png)
2525

2626
Yes! We can have nice things in a terminal application. 💎
2727

28+
![Settings dialog screenshot](screenshot3.png)
29+
30+
Settings but without having to hack some obscure config file. Folks, we're living in the future!
31+
32+
2833
## Features
2934

3035
- **Single executable**: Just one executable to download, runs from anywhere
@@ -39,13 +44,14 @@ Yes! We can have nice things in a terminal application. 💎
3944
- **Find**: Find that needle in the haystack
4045
- **Find & Replace**: Replace said needle in haystack
4146
- **Line numbers**: Toggle line number display
47+
- **Bookmarks**: Keep track of positions in large files
4248
- **Bracket matching**: Navigate between matching brackets
4349
- **Soft wrap**: Wrap long lines to window width
4450
- **Show whitespace**: You need this for Makefiles, sorry
4551
- **Syntax highlighting**: Support for multiple programming languages, looks pretty ✨
4652
- **Vertical Ruler**: Keep those long lines under control
4753
- **Sort & reverse lines**: Order those lines too
48-
- **URL encode/decode, upper/lower case, format JSON**
54+
- **URL encode/decode, upper/lower case, format JSON**: Sometimes you just have to
4955

5056

5157
## Installation

internal/application/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func handleAbout() tview.Primitive {
352352
"Version: "+getDinkyVersion()+"\n"+
353353
"Version time: "+getDinkyVersionTime()+"\n"+
354354
"Website: https://github.com/sedwards2009/dinky\n"+
355-
"(c) 2025 Simon Edwards",
355+
"(c) 2025-2026 Simon Edwards",
356356
nil)
357357
}
358358

screenshot.png

-22.8 KB
Loading

screenshot2.png

-67 KB
Loading

screenshot3.png

75.6 KB
Loading

0 commit comments

Comments
 (0)