Telegram Terminal Bot

Telegram Terminal Bot is a bot that helps newbies in tech learn how to interact with the terminal. The bot provides helpful commands and tips to navigate the terminal, create directories, and more.

Usage

Open a chat with the bot @commandline_guru_bot and type any of the following commands:

  • /make_directory - how to create a new directory
  • /list_files: how to list files in your currenct directory
  • /change_directory: how to change your current directory
  • /check_path: how to check the path you are currently in
  • /print_file: how to print the contents of a file
  • /display_txt: how to display the contents of a file on the terminal
  • /open_file: how to open a file on the terminal for editing purposes
  • /new_file: how to create an empty file
  • /delete_file: how to delete a file in the terminal
  • /delete_directory: how to delete an empty directory

Contributing

If you want to contribute to this project, you're more than welcome! Simply fork this repository, make your changes, and submit a pull request.