/Stack.cli

Primary LanguagePythonMIT LicenseMIT

Stack.Cli (Stacksly)

Stacksly logo

Table of Contents


Introduction

Stack.CLI, pronounced as Stacksly, is a command-line interface (CLI) tool designed to help you find answers on StackOverflow directly from your terminal. It provides a seamless way to search for programming-related queries without leaving your development environment.

In addition to its StackOverflow search capabilities, Stack.CLI also offers syntax highlighting for code snippets displayed in the terminal, enhancing your coding experience.

Features

  • Search StackOverflow directly from the terminal.
  • View relevant answers and information without a web browser.
  • Syntax highlighting for code snippets in the terminal.

Usage

python main.py [QUERY]

After searching for a question, you can:

  • Select a question using number keys.
  • Navigate through the answers using left and right arrow keys.
  • Quit by pressing q.

Examples

Search for information on how to sort a list in Python:

python main.py "how to sort a list in python"

Resources

Contributing

If you want to contribute to Stack.CLI, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.