Skip to content

Commit

Permalink
dict: add TCP, UDP and QUIC to the default dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherdarling committed Sep 24, 2024
1 parent 2b9cd0c commit b3902eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions harper-core/dictionary.dict
Original file line number Diff line number Diff line change
Expand Up @@ -49686,3 +49686,6 @@ Foddy/SM
Hasan/SM
Sharman/SM
Labriola/SM
TCP/SM
UDP/SM
QUIC/SM
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ addnoun noun:
#! /bin/bash
DICT_FILE=./harper-core/dictionary.dict

cat $DICT_FILE | grep {{noun}}
cat $DICT_FILE | grep "^{{noun}}/"

if [ $? -eq 0 ]
then
Expand Down

0 comments on commit b3902eb

Please sign in to comment.