Showing 34 open source projects for "fish"

View related business solutions
  • Estimating Software for Heavy Construction Icon
    Estimating Software for Heavy Construction

    Developed specifically for civil construction

    Built by an estimator, SharpeSoft Estimator is a fully comprehensive software that allows for a more efficient and quicker job-winning bids. Ideal for civil, utility, heavy/highway, grading, excavating, paving, and pipeline contractors, SharpeSoft Estimator offers advanced features such as Item Master, Subcontractor Comparison, Materials Comparison, Grouped Items, Trench Profiler, Haul Calculations, What-if Scenarios, Batch Reports, and more.
    Learn More
  • Modernize Your Lab with the #1 Rated LIMS Icon
    Modernize Your Lab with the #1 Rated LIMS

    Labs that need a powerful LIMS system

    Nothing is more critical to a lab’s success than the quality, security, and traceability of samples. The Lockbox LIMS system provides robust sample management functionality to laboratory professionals, giving them full visibility on every aspect of a sample’s journey, from accessioning to long-term storage.
    Learn More
  • 1
    nvm.fish

    nvm.fish

    The Node.js version manager you'll adore, crafted just for Fish

    nvm.fish is a Node.js version manager tailored specifically for the Fish shell, allowing users to install and switch between multiple Node.js versions seamlessly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    awsm.fish

    awsm.fish

    A curation of prompts, plugins & other Fish treasures

    awsm.fish is a plugin and theme ecosystem for the Fish shell — a user-friendly, interactive shell for Unix systems focused on simplicity, discoverability, and a rich feature set out of the box. Created by the author of several Fish-related tooling projects, awsm.fish includes commands, prompts, functions, and utilities that make working in the shell more powerful and enjoyable without requiring complex configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    direnv

    direnv

    Unclutter your .profile

    ...If the file exists (and is authorized), it is loaded into a bash sub-shell and all exported variables are then captured by direnv and then made available to the current shell. If both .envrc and .env files exists, the .envrc will always be chosen first. It supports hooks for all the common shells like bash, zsh, tcsh and fish. This allows project-specific environment variables without cluttering the ~/.profile file. Because direnv is compiled into a single static executable, it is fast enough to be unnoticeable on each prompt. It is also language-agnostic and can be used to build solutions similar to rbenv, pyenv and phpenv.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tokyo Night

    Tokyo Night

    A clean, dark Neovim theme written in Lua, with support for lsp

    A dark and light Neovim theme written in Lua ported from the Visual Studio Code TokyoNight theme. Includes extra themes for Kitty, Alacrity, iTerm, and Fish.
    Downloads: 4 This Week
    Last Update:
    See Project
  • JS7 JobScheduler is an open source workload automation solution. Icon
    JS7 JobScheduler is an open source workload automation solution.

    JS7 offers cross-platform job execution, managed file transfer, complex no-code job dependencies and a real REST API.

    JS7 JobScheduler is an open source workload automation solution. It is used to run executable files, shell scripts etc. and database procedures.
    Learn More
  • 5
    asdf

    asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, etc

    ...Support for existing config files .nvmrc, .node-versions, .ruby-version for smooth migration! .tool-versions to manage all your tools, runtimes, and their versions in a single, sharable place. Supports Bash, ZSH, Fish & Elvish with completions available. Provides a GitHub Action to install and utilize your .tool-versions in your CI/CD workflows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Meta Package Manager

    Meta Package Manager

    Wraps all package managers with a unifying CLI

    ...Pin-point commands to a subset of package managers (include/exclude selectors). Support plain, versioned, and purl package specifiers. Export output to JSON or print user-friendly tables. Shell auto-completion for Bash, Zsh and Fish. Provides an Xbar/SwiftBar plugin for friendly macOS integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    kubectl-aliases

    kubectl-aliases

    Programmatically generated handy kubectl aliases

    kubectl-aliases is a small but extremely handy project that generates hundreds of shell aliases for kubectl so you no longer have to type long commands and flags repeatedly. It ships a prebuilt .kubectl_aliases file for Bash/Zsh, plus variants for Fish and Nushell, which you drop into your home directory and source from your shell config. The aliases are programmatically generated from permutations of common verbs, resources, flags, and options, so you get short forms like kgpo for kubectl get pod and more complex ones that include namespaces, label selectors, and output formats. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    fnm

    fnm

    Fast and simple Node.js version manager, built in Rust

    fnm (Fast Node Manager) is a blazing-fast, minimalist Node.js version manager written in Rust. It allows users to install and switch between Node.js versions with near-instant startup, supports .nvmrc and .node-version files, and offers easy cross-platform installation. It’s significantly faster than traditional bash-based managers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Termux packages

    Termux packages

    A build system and primary set of packages for Termux

    ...Access remote servers using the ssh client from OpenSSH. Termux combines standard packages with accurate terminal emulation in a beautiful open source solution. Take your pick between Bash, fish or Zsh and nano, Emacs or Vim. Grep through your SMS inbox. Access API endpoints with curl and use rsync to store backups of your contact list on a remote server. Install what you want through the APT package management system known from Debian and Ubuntu GNU/Linux. Why not start with installing Git and syncing your dotfiles? Have you ever sat on a bus and wondered exactly which arguments tar accepts? ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • Assembled is the only unified platform for staffing and managing your human and AI support team. Icon
    Assembled is the only unified platform for staffing and managing your human and AI support team.

    AI for world-class support operations

    Assembled is the only platform that unifies AI agents and intelligent workforce management to power fast and flexible support operations. Built for scale, we help teams automate over 50% of customer interactions, forecast with 90%+ accuracy, and optimize staffing across in-house and BPO teams. Orchestrate every chat, email, or call, balancing workloads between human and AI agents in real time — without sacrificing quality or control. Trusted by Stripe, Canva, and Robinhood, Assembled transforms support from a cost center into a strategic advantage. Our Workforce and Vendor Management tools connect forecasting, scheduling, and performance for smarter staffing decisions. AI Agents automate conversations across channels with your workflows and brand voice. AI Copilot empowers agents with real-time guidance, suggested replies, and one-click actions for faster, higher-quality resolutions.
    Learn More
  • 10

    yq

    Portable command-line YAML processor

    yq is a portable and lightweight command-line YAML processor. It can be likened to projects like jq (a command-line JSON processor) or sed but for YAML files. yq is able to do quite a number of things. It can deep read a YAML file with a given path expression, deeply compare YAML files, update a YAML file given a path expression or script file, and so much more. It can also merge several YAML files while offering plenty of options for overriding and appending. yq is written in portable...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    DomainBed

    DomainBed

    DomainBed is a suite to test domain generalization algorithms

    DomainBed is a PyTorch-based research suite created by Facebook Research for benchmarking and evaluating domain generalization algorithms. It provides a unified framework for comparing methods that aim to train models capable of performing well across unseen domains, as introduced in the paper In Search of Lost Domain Generalization. The library includes a wide range of well-known domain generalization algorithms, from classical baselines such as Empirical Risk Minimization (ERM) and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    kerl

    kerl

    Easy building and installing of Erlang/OTP instances

    Easy building and installing of Erlang/OTP instances. Kerl aims to be shell agnostic and its only dependencies, excluding what's required to actually build Erlang/OTP, are curl and git. All is done so that, once a specific release has been built, creating a new installation is as fast as possible. We are supporting the current OTP release version and 2 prior release versions (same as upstream OTP.) Older OTP releases may or may not work. We will advance release support as new releases of OTP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pv-migrate

    pv-migrate

    CLI tool to easily migrate Kubernetes persistent volumes

    pv-migrate is a CLI tool/kubectl plugin to easily migrate the contents of one Kubernetes PersistentVolumeClaim to another. On Kubernetes, if you need to rename a resource (like a Deployment) or to move it to a different namespace, you can simply create a copy of its manifest with the new namespace and/or name and apply it. However, it is not as simple with PersistentVolumeClaim resources: They are not only metadata, but they also store data in the underlying storage backend. In these cases,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    optparse-applicative

    optparse-applicative

    Applicative option parser

    optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash, zsh, and fish completions. A value of type Parser a represents a specification for a set of options, which will yield a value of type a when the command line arguments are successfully parsed. If you are familiar with parser combinator libraries like parsec, attoparsec, or the json parser aeson you will feel right at home with optparse-applicative. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    zsh-autosuggestions

    zsh-autosuggestions

    Fish-like autosuggestions for zsh

    zsh-autosuggestions is a popular Zsh plugin that displays gray, inline suggestions as you type, based on your shell history and other strategies. It feels a lot like “typeahead” for the terminal: the moment your input matches a past command prefix, a suggestion appears and you can accept it with a key (e.g., right arrow or end-of-line). The plugin is lightweight and fast, designed to keep suggestions responsive even on large histories by performing lookups asynchronously when possible. It’s...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nave

    Nave

    Virtual Environments for Node

    nave is a lightweight Node.js version manager that treats each Node installation as its own “virtual environment,” including a separate global npm space. You can install specific versions (or tip builds), create named environments, and switch between them with a single command. By default it launches a subshell, so exiting the environment is as simple as exit or Ctrl-D, and you don’t have to modify your shell startup files to get going. This approach makes it straightforward to test projects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Github Authorized Keys

    Github Authorized Keys

    Use GitHub teams to manage system user accounts and authorized_keys

    ...You will have peace of mind knowing that everything is defined with infrastructure as code and confident in your ability to deliver. Your team will have learned to fish and become autonomous. And guess what? We are here to pull you out if you ever get stuck in the mud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Carthage

    Carthage

    A simple, decentralized dependency manager for Cocoa

    Carthage is intended to be the simplest way to add frameworks to your Cocoa application. Carthage builds your dependencies and provides you with binary frameworks, but you retain full control over your project structure and setup. Carthage does not automatically modify your project files or your build settings. Get Carthage by running brew install carthage or choose another installation method. Create a Cartfile in the same directory where your .xcodeproj or .xcworkspace is. List the desired...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    zsh-syntax-highlighting

    zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh

    zsh-syntax-highlighting is a lightweight Zsh plugin that adds real-time syntax coloring to your command line as you type. It highlights known commands, options, arguments, paths, strings, and glob patterns so you can catch typos or invalid commands before pressing Enter. Unknown or misspelled commands are styled differently from valid ones, making errors obvious at a glance. The plugin is written in pure Zsh and hooks into the line editor, so it doesn’t require external binaries and works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Caporal

    Caporal

    A full-featured framework for building command line applications

    A full-featured framework for building command-line applications (CLI) with node.js, including help generation, colored output, verbosity control, custom logger, coercion and casting, typos suggestions, and auto-complete for bash/zsh/fish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    fish-nvm

    fish-nvm

    nvm wrapper for fish-shell

    Fish-NVM is a lightweight Node.js version manager for the Fish shell, allowing users to switch between different Node.js versions easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PathPicker

    PathPicker

    Accepts a wide range of input, output from git commands & grep results

    ...Facebook PathPicker is a simple command line tool that solves the perpetual problem of selecting files out of bash output. Bash is fully supported and works the best. ZSH is supported as well, but won't have a few features like alias expansion in command line mode. csh/fish/rc are supported in the latest version, but might have quirks or issues in older versions of PathPicker. Note: if your default shell and current shell is not in the same family (bash/zsh... v.s. fish/rc), you need to manually export environment variable $SHELL to your current shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Omelette

    Omelette

    Omelette is a simple, template based autocompletion tool for Node

    Omelette is a minimalist tool for adding shell autocompletion to Node.js and Deno command-line apps. Using a tagged-template DSL, it supports Bash, Zsh, and Fish. Developers define CLI structures, bind events to completion nodes, and call .init() to register completion scripts. It’s used by projects like Office 365 CLI and App Center, and is MIT‑licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fish Redux

    Fish Redux

    An assembled flutter application framework

    Fish Redux was developed within Alibaba (for the Xianyu app) to address maintainability and coupling challenges in large, complex Flutter apps. Its architecture makes it well suited for medium to large scale applications where clear separation, reusability, and testability are important.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Oh My Fish

    Oh My Fish

    The Fish Shell Framework

    Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use. Due to a regression bug in fish 2.6 with some terminal emulators, right prompts make the shell unusable. When called without arguments, update core and all installed packages. You can choose to update only the core, by running omf update omf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next