Dict: Difference between revisions
imported>Crocodillian Create page to describe dictionary lookups with the dict utility. |
m reduced categories to Category:Applications Category:Networking |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The <code>dict</code> utility does dictionary lookups from the command-line, it is part of the <code>dictd</code> software distribution. | The <code>dict</code> utility does network dictionary lookups from the command-line, it is part of the <code>dictd</code> software distribution. | ||
== Setup == | == Setup == | ||
| Line 6: | Line 6: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
environment.systemPackages = with pkgs; [ | { | ||
environment = { | |||
etc."dict.conf".text = "server dict.org"; | |||
systemPackages = with pkgs; [ dict ]; | |||
}; | |||
} | |||
</nowiki>}} | </nowiki>}} | ||
and rebuild your system. | |||
== Usage == | == Usage == | ||
| Line 30: | Line 29: | ||
* [http://dict.org/bin/Dict The <code>dict.org</code> web dictionary lookup tool] | * [http://dict.org/bin/Dict The <code>dict.org</code> web dictionary lookup tool] | ||
[[Category:Applications]] | |||
[[Category: | |||
[[Category:Networking]] | [[Category:Networking]] | ||