Skip to content

Commit 8a258f0

Browse files
committed
fix: moves dog to dormant tools list
1 parent cc9501c commit 8a258f0

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
lines changed

DORMANT.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Dormant
2+
3+
Tools inactive in development for over 3 years.
4+
5+
| Name | Description | Status | Screenshot | Alternatives |
6+
| :----------: | ----------------------------------------------------------- | -------------------------------------------- | :---------------------------------------------------------------- | -------------------- |
7+
| [`dog`][dog] | A user-friendly command-line DNS client. `dig` on steroids. | ![_][dog-ghst] ![_][dog-lang] ![_][dog-ghlc] | <img alt="dog-preview" width="300" src="./screenshots/dog.png" /> | [`doggo`][alt-tools] |
8+
9+
<!--Links-->
10+
11+
[alt-tools]: README.md
12+
13+
<!--dog -->
14+
15+
[dog]: https://github.com/ogham/dog
16+
[dog-ghlc]: https://img.shields.io/github/last-commit/ogham/dog?label=
17+
[dog-ghst]: https://img.shields.io/github/stars/ogham/dog
18+
[dog-lang]: https://img.shields.io/github/languages/top/ogham/dog

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
| [`curlie`][curlie] | The power of `curl`, the ease of use of `httpie`. | ![_][curlie-ghst] ![_][curlie-lang] ![_][curlie-ghlc] | <img alt="curlie-preview" width="300" src="./screenshots/curlie.png" /> |
1414
| [`delta`][delta] | A viewer for `git` and `diff` output. | ![_][delta-ghst] ![_][delta-lang] ![_][delta-ghlc] | <img alt="delta-preview" width="300" src="./screenshots/delta.png" /> |
1515
| [`diffutils`][diffutils] | Drop-in replacement of [`diffutils`][gnu-diffutils] in Rust (by [`uutils`][uutils]) | ![_][diffutils-ghst] ![_][diffutils-lang] ![_][diffutils-ghlc] | NA |
16-
| [`dog`][dog] | A user-friendly command-line DNS client. `dig` on steroids. | ![_][dog-ghst] ![_][dog-lang] ![_][dog-ghlc] | <img alt="dog-preview" width="300" src="./screenshots/dog.png" /> |
1716
| [`doggo`][doggo] | 🐶 Command-line DNS client for humans. `dig` on steroids. | ![_][doggo-ghst] ![_][doggo-lang] ![_][doggo-ghlc] | <img alt="doggo-preview" width="300" src="./screenshots/doggo.png" /> |
1817
| [`duf`][duf] | A better `df` alternative. | ![_][duf-ghst] ![_][duf-lang] ![_][duf-ghlc] | <img alt="duf-preview" width="300" src="./screenshots/duf.png" /> |
1918
| [`dust`][dust] | A more intuitive version of `du` written in rust. | ![_][dust-ghst] ![_][dust-lang] ![_][dust-ghlc] | <img alt="dust-preview" width="300" src="./screenshots/dust.png" /> |
@@ -44,6 +43,13 @@
4443

4544
<!--Links-->
4645

46+
<!-- uutils -->
47+
48+
[uutils]: https://uutils.github.io
49+
[gnu-coreutils]: https://www.gnu.org/software/coreutils
50+
[gnu-diffutils]: https://www.gnu.org/software/diffutils
51+
[gnu-findutils]: https://www.gnu.org/software/findutils
52+
4753
<!--await-->
4854

4955
[await]: https://github.com/slavaGanzin/await
@@ -121,13 +127,6 @@
121127
[diffutils-ghst]: https://img.shields.io/github/stars/uutils/diffutils
122128
[diffutils-lang]: https://img.shields.io/github/languages/top/uutils/diffutils
123129

124-
<!--dog -->
125-
126-
[dog]: https://github.com/ogham/dog
127-
[dog-ghlc]: https://img.shields.io/github/last-commit/ogham/dog?label=
128-
[dog-ghst]: https://img.shields.io/github/stars/ogham/dog
129-
[dog-lang]: https://img.shields.io/github/languages/top/ogham/dog
130-
131130
<!--doggo -->
132131

133132
[doggo]: https://github.com/mr-karan/doggo
@@ -317,13 +316,6 @@
317316
[zoxide-ghst]: https://img.shields.io/github/stars/ajeetdsouza/zoxide
318317
[zoxide-lang]: https://img.shields.io/github/languages/top/ajeetdsouza/zoxide
319318

320-
<!-- uutils -->
321-
322-
[uutils]: https://uutils.github.io
323-
[gnu-coreutils]: https://www.gnu.org/software/coreutils
324-
[gnu-diffutils]: https://www.gnu.org/software/diffutils
325-
[gnu-findutils]: https://www.gnu.org/software/findutils
326-
327319
<!--GH => GitHub -->
328320
<!--ST => Stars -->
329321
<!--LC => Last Commit -->

links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"choose.png": "https://asciinema.org/a/315932.png",
99
"curlie.png": "https://raw.githubusercontent.com/rs/curlie/master/doc/get.png",
1010
"delta.png": "https://user-images.githubusercontent.com/52205/86275526-76792100-bba1-11ea-9e78-6be9baa80b29.png",
11+
"dog.png": "https://raw.githubusercontent.com/ogham/dog/master/dog-screenshot.png",
1112
"doggo.png": "https://raw.githubusercontent.com/mr-karan/doggo/main/www/static/doggo.png",
1213
"duf.png": "https://raw.githubusercontent.com/muesli/duf/master/duf.png",
1314
"dust.png": "https://user-images.githubusercontent.com/200613/90223722-e0c2e980-de0e-11ea-8c75-343273fed6f3.png",

screenshots/dog.png

381 KB
Loading

0 commit comments

Comments
 (0)