diff --git a/tools.py b/tools.py index 0354241..b87fd2b 100644 --- a/tools.py +++ b/tools.py @@ -32,7 +32,8 @@ CLI_AGENTS = [ "hurl", "xh", "Posting", - "HTTPie" + "HTTPie", + "nushell" ] @@ -276,4 +277,4 @@ def parse_date(date_groups: list[str]) -> str | None: def get_tools_data(): with open("data/tools.json", "r") as f: - return json.load(f) \ No newline at end of file + return json.load(f)