Forrest logo
tool overview
On this page you find all important commands for the CLI tool tea. If the command you are looking for is missing please ask our AI.

tea

Tea is a command-line tool and a minimalist text editor for the Terminal. It is inspired by traditional Unix utilities such as ed, ex, and vi. The name "tea" stands for "tiny editor alternative" and emphasizes its lightweight and straightforward nature.

  1. Tea allows users to edit and create text files directly in the terminal, without the need for a graphical user interface.
  2. It is designed to be simple and intuitive, with a minimalistic user interface that focuses on efficient text editing.
  3. Tea supports basic text editing operations such as inserting, deleting, and modifying text.
  4. It provides a range of navigation and movement commands to easily navigate through documents.
  5. The tool offers both interactive and non-interactive modes, making it suitable for scripting and automation.
  6. Tea supports standard keyboard shortcuts for common actions like saving, quitting, and searching.
  7. It has syntax highlighting capabilities for a variety of programming languages, making code editing more accessible.
  8. The tool is highly customizable and allows users to modify its behavior through configuration files.
  9. Tea is licensed under the MIT license and is therefore free and open source.
  10. It is available on various Unix-like systems, including Linux and macOS, and can be installed through package managers like Homebrew or from the source code.

List of commands for tea:

  • tea:tldr:317fa tea: Display a list of issues.
    $ tea issues ls
    try on your machine
    explain this command
  • tea:tldr:8e70c tea: Display all repositories.
    $ tea repos ls
    try on your machine
    explain this command
  • tea:tldr:90a8a tea: Display a list of open pull requests.
    $ tea pulls ls
    try on your machine
    explain this command
  • tea:tldr:c2f0d tea: Log into a Gitea server.
    $ tea login add --name "${name}" --url "${url}" --token "${token}"
    try on your machine
    explain this command
  • tea:tldr:e2882 tea: Create a new issue.
    $ tea issues create --title "${title}" --body "${body}"
    try on your machine
    explain this command
  • tea:tldr:f35d7 tea: Display a list of issues for a specific repository.
    $ tea issues ls --repo "${repository}"
    try on your machine
    explain this command
  • tea:tldr:f761c tea: Open the current repository in a browser.
    $ tea open
    try on your machine
    explain this command
tool overview