“ghci” refers to the Glasgow Haskell Compiler’s interactive environment. It is a command-line tool that provides an interactive and dynamic environment for working with Haskell code. GHCi allows developers to load Haskell modules, experiment with code snippets, and interactively evaluate expressions. Here are some key features and functionalities of GHCi: Interactive Evaluation: GHCi enables developers […]
Archives for June 2023
ghc: The Glasgow Haskell Compiler
The “ghc” command refers to the Glasgow Haskell Compiler, which is the primary compiler for the Haskell programming language. It is a command-line tool that takes Haskell source files as input, compiles them into executable code, and links them with any necessary libraries to produce runnable programs. The Glasgow Haskell Compiler (GHC) is widely recognized […]
gh: Work seamlessly with GitHub from the command-line
The “gh” command is the official GitHub CLI (Command-Line Interface) tool provided by GitHub. It allows users to work seamlessly with GitHub repositories and other GitHub features directly from the command-line interface, enhancing productivity and efficiency in managing projects and collaborating with others. With “gh”, users can perform a wide range of actions on GitHub […]
gh workflow: List, view, and run GitHub Actions workflows
The “gh workflow” command is a feature of GitHub CLI (Command-Line Interface) that allows users to interact with GitHub Actions workflows directly from the command line. GitHub Actions is a powerful automation and continuous integration/continuous deployment (CI/CD) platform provided by GitHub. With the “gh workflow” command, users can perform various operations related to GitHub Actions […]
gh ssh-key: Manage GitHub SSH keys from the command-line
The “gh ssh-key” command is a feature of GitHub CLI (Command-Line Interface) that allows users to manage their SSH keys for GitHub directly from the command line. SSH keys are a secure way to authenticate and establish encrypted connections between a local machine and a remote server, such as GitHub. With the “gh ssh-key” command, […]
gh secret: Manage GitHub secrets from the command-line
The “gh secret” command is a powerful feature of GitHub CLI (Command-Line Interface) that allows users to manage GitHub secrets directly from the command line. GitHub secrets are encrypted environment variables used to store sensitive information, such as API keys, access tokens, or other credentials, which are securely accessible by GitHub workflows and actions. The […]
gh secret set: Create or update GitHub secrets from the command line
The “gh secret set” command is a feature of GitHub CLI (Command-Line Interface) that enables users to create or update GitHub secrets directly from the command line. GitHub secrets are encrypted environment variables that can be used in workflows and actions within a GitHub repository. With the “gh secret set” command, users can conveniently manage […]
gh screensaver: Extension for GitHub CLI that runs animated terminal screensavers
The “gh screensaver” is an extension for GitHub CLI (Command-Line Interface) that adds a fun and interactive feature to the command-line environment. This extension allows users to run animated terminal screensavers directly from the command-line interface. The “gh screensaver” extension enhances the command-line experience by providing visually appealing and entertaining animations that can be enjoyed […]
gh run: View, run and watch recent GitHub Actions workflow runs
The “gh run” command is part of GitHub CLI (Command-Line Interface) and provides a set of functionalities to view, run, and monitor recent workflow runs for GitHub Actions directly from the command-line interface. GitHub Actions is a powerful automation and workflow tool provided by GitHub that allows developers to define and run custom workflows for […]
gh repo: Work with GitHub repositories on the command-line
“gh repo” is a command provided by GitHub CLI (Command-Line Interface) that allows users to work with GitHub repositories directly from the command-line interface. It provides a convenient and efficient way to perform various repository-related tasks without the need to navigate to the GitHub website. With the “gh repo” command, users can perform the following […]