Skip to content

Commit 072060f

Browse files
authored
Update aspell/hunspell entries; add other new programs (#500)
* Broaden aspell and hunspell path matchers This helps match other files such as `.aspell.en.prepl`, `.aspell.en.pws`, and `.hunspell_en_US`, all of which are equally supported (or not) as the config file. * Add abcde * Add reportbug * Add RuneLite * Add shellcheck * Add xmodmap
1 parent e0caa63 commit 072060f

File tree

7 files changed

+52
-2
lines changed

7 files changed

+52
-2
lines changed

programs/abcde.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": [
3+
{
4+
"path": "$HOME/.abcde.conf",
5+
"movable": false,
6+
"help": "Currently unsupported.\n"
7+
}
8+
],
9+
"name": "abcde"
10+
}

programs/aspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [
33
{
4-
"path": "$HOME/.aspell.conf",
4+
"path": "$HOME/.aspell.*",
55
"movable": true,
66
"help": "Export the following environment variables:\n\n```bash\nexport ASPELL_CONF=\"per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl\"\n```\n"
77
}

programs/hunspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hunspell",
33
"files": [
44
{
5-
"path": "$HOME/.hunspell_default",
5+
"path": "$HOME/.hunspell_*",
66
"movable": false,
77
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/hunspell/hunspell/pull/637\n"
88
}

programs/reportbug.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": [
3+
{
4+
"path": "$HOME/.reportbugrc",
5+
"movable": false,
6+
"help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787911\n"
7+
}
8+
],
9+
"name": "reportbug"
10+
}

programs/runelite.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": [
3+
{
4+
"path": "$HOME/.runelite",
5+
"movable": false,
6+
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/runelite/runelite/issues/7940\n"
7+
}
8+
],
9+
"name": "runelite"
10+
}

programs/shellcheck.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": [
3+
{
4+
"path": "$HOME/.shellcheckrc",
5+
"movable": true,
6+
"help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/.shellcheckrc_.\n"
7+
}
8+
],
9+
"name": "shellcheck"
10+
}

programs/xmodmap.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": [
3+
{
4+
"path": "$HOME/.Xmodmap",
5+
"movable": false,
6+
"help": "Currently unsupported.\n"
7+
}
8+
],
9+
"name": "xmodmap"
10+
}

0 commit comments

Comments
 (0)