From 9841c1de57bbbde4ca8cf49e9907a803d5684872 Mon Sep 17 00:00:00 2001 From: Elian Thorne <289383015+ElianThorne@users.noreply.github.com> Date: Sat, 4 Jul 2026 09:09:33 +0530 Subject: [PATCH] Update TruShell description in README Removed 'context-aware' from the description of TruShell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 284e136..3fd7161 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Python Version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![PyPI version](https://badge.fury.io/py/trushell.svg)](https://pypi.org/project/trushell/) -**TruShell** is a lightweight, context-aware productivity shell for developers. Written in Python, it blends a powerful interactive REPL with built-in tools for task management, time tracking, data visualization, and system navigation. When you type a command TruShell doesn’t recognize, it seamlessly passes it to your host system’s shell (bash, zsh, cmd, etc.), making it a frictionless drop-in replacement for your daily terminal workflow. +**TruShell** is a lightweight, productivity shell for developers. Written in Python, it blends a powerful interactive REPL with built-in tools for task management, time tracking, data visualization, and system navigation. When you type a command TruShell doesn’t recognize, it seamlessly passes it to your host system’s shell (bash, zsh, cmd, etc.), making it a frictionless drop-in replacement for your daily terminal workflow. ## Features