go-browser-cli
is a command-line tool written in Go for managing files and providing various utility commands. It includes features like file management, AI chat, web search, and site analysis.
- /create - Creates a new file.
- /read - Reads an item.
- /update - Updates an item.
- /delete - Deletes an item.
- /rename - Renames an item.
- /list - Lists all items.
- /help - Displays the list of available commands.
- /exit - Exits the application.
- /about - Displays information about the application.
- /size - Shows the size of the user folder.
- /aichat - Starts an AI chat session.
- /google - Searches Google.
- /siteperformance - Analyzes site performance (loading time and status codes).
- /sitecontent - Analyzes site content.
- /fetchSiteData - Fetches and analyzes HTTP response data from a given URL.
- /history - Displays the history of
/sitecontent
,/fetchSiteData
, and Google searches.
- Clone the repository:
git clone github.com/KovacevicAleksa/go-browser-cli.git