Showing 880 open source projects for "git%20bash"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    joe

    joe

    A .gitignore magician in your command line

    A .gitignore magician in your command line. Joe generates .gitignore files from the command line for you. After install, make sure to run joe u. This will download all .gitignore files in ~/joe-data/ folder. Download the latest binary from the Releases page. It's the easiest way to get started with joe. Make sure to add the location of the binary to your $PATH. You can also use joe to append to a global .gitignore. These can be helpful when you want to ignore files generated by an IDE, OS,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ansistrano

    Ansistrano

    Ansible role to deploy scripting applications like PHP, Python, Ruby

    ...Ansistrano uses a folder structure in your servers that simplify rollbacking: a soft link change, an application reload, and done! We support deploying by pulling your code from CVS (Git, Mercurial, or Subversion), downloading from the repository (S3, or ZIP file), or pushing (Copying or Rsyncing). Ansistrano offers a deployment flow with hooks. Attach any specific tasks before or after every step to tune your workflow (restarting servers, cleaning caches, etc.). Capistrano is a remote server automation tool and it's currently in Version 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Chromebrew

    Chromebrew

    Package manager for Chrome OS

    ...The only missing pieces to use as a full-featured Linux distro were gcc and make with their dependencies. Well, these pieces aren't missing anymore. Say hello to Chromebrew. In fact, Chromebrew is a simple Ruby script. There's also some Git involved, so we needed both of these things to run it on a bare Chrome OS. We have prebuilt them along with their dependencies to install into your system during installation. So, basically, after installing Chromebrew, you will have fully functional Ruby with Rubygems, Git, and a package manager dedicated just to your Chromebook.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Hetionet

    Hetionet

    Hetionet: an integrative network of disease

    Hetionet is a hetnet — network with multiple node and edge (relationship) types — which encodes biology. The hetnet was designed for Project Rephetio, which aims to systematically identify why drugs work and predict new therapies for drugs. The JSON and Neo4j formats contain node and edge properties, which are absent in the TSV and matrix formats, including licensing information. Therefore the recommended formats are JSON and Neo4j. Our hetio package in Python reads the JSON format, but it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    HWSensors

    HWSensors

    All information from hardware sensors on your Mac

    ...All repositories: Sourceforge, sources & downloads: https://sourceforge.net/projects/hwsensors/ BitBucket, sources & downloads: https://bitbucket.org/kozlek/hwsensors/overview Assembla, sources: https://www.assembla.com/code/fakesmc/git/nodes GitHub, sources: https://github.com/kozlek/HWSensors HWSensors Project (c) 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan and others. All rights reserved.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 6
    CuteReport

    CuteReport

    Qt based report solution

    CuteReport is a report solution like Jasper Report, Crystal Reports or FastReport, but based on Qt framework. It can be easily used with any Qt application. In general, CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be easily extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    A modeling and simulation tool for Routing problems on Graphs, tccrouter is a java desktop application that provides a 2d map for building graphs and simulating a variety of real world routing solutions: Shortest path, TSP, VRP, VRP-TW. Check Git repository. https://github.com/guilhebl/routerapp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CMake BASIS

    CMake BASIS

    Build system And Software Implementation Standard

    ...This is accomplished by combining and documenting some of the best practices and utilities available. More importantly, BASIS supplies a fully integrated suite of functionality to make the whole process seamless! Check out the web site for more information. The Git repository of this project is hosted on GitHub. Some interesting facts about this project can be found on Ohloh at https://www.ohloh.net/p/cmake-basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    v3c

    automake wrapper + C/C++ utility toolkit

    v3c is a build framework that ties in with GNU make, providing "boilerplate" code for the most common use cases of building software. Among its capabilities are doxygen documentation integration, Git version control integration, configurable build modes (for debug and release builds, for example), and the ability to specify most configurable options in the top-level makefile. It also provides a general purpose C++ class library for use in client projects. See treedb, meta-treedb, v3c-dcom and v3c-qt as examples of projects that use the v3c build framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    jekyll-version-plugin

    jekyll-version-plugin

    Liquid tag plugin for Jekyll rendering a version identifier for Jekyll

    A Liquid tag plugin for Jekyll that renders a version identifier for your Jekyll site sourced from the git repository containing your code. Great if you want to display the version of your project on your site automatically each time your site is built. Identify and highlight the build of your project by calling the tag from your Jekyll project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ghooks

    ghooks

    Simple git hooks

    ...Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding commands. The hooks' working directory is relative to the git root (where you have your .git directory). This means that if your package.json is in a subdirectory of your git repository, you'll need to cd into the directory before running any npm scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VersionPress

    VersionPress

    Git-based version control for WordPress. Whoa!

    VersionPress is a free and open-source plugin that brings the full power of Git to WordPress. Its key strength is that it version-controls not just files but also the database. VersionPress automatically creates Git commits for both file and database changes, in natural language. Plugins break, people make mistakes; sometimes, you just want that good old Undo button. Git took the pain out of file merging; VersionPress does the same for WP database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mergepbx

    mergepbx

    script for merging XCode project files in git

    ...Simply adding files can lead to merge conflicts that have to be solved manually, although it would be possible to resolve the conflict automatically if the merge algorithm would be aware of the structure of Xcode's project file. After long and annoying merge sessions in one of my projects, I came to the conclusion, that writing a merge driver for git which understands the structure of the project file would be a worthwhile endeavour, as it would save me from solving the merge conflicts for my co-workers. Unfortunately, that script was finished only after the project ended. However, as I didn't want to let the work go to waste, this script is now published as open source under the GNU GPL 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gestão - Gerenciamento Empresarial

    Gestão - Gerenciamento Empresarial

    Gestão Empresarial Gratuito

    ATENÇÃO - Baixem o arquivo SQL em Files para importar no MySQL e os arquivos php em GIT, e coloquem na raíz do Apache e editem o arquivo config.php com os dados de conexão do MySQL. Não visamos lucro com esse projeto, apenas conhecimento. Sistema feito em PHP, de maneira simplificada e não orientada a objetos, com o objetivo de auxiliar pequenas empresas e novos micro empresários. O sistema possui uma estrutura completa, desde Financeiro, Controle de Estoque, Ordens de Serviço e futuramente NFe. ## Estamos aceitando qualquer tipo ajuda ( ajuda em programação não em $$ ) ## *Update - já estamos trabalhando em uma versão mobile multiplataforma (WEB BASED). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    cybcon89

    cybcon89

    Crawl and ouput WAS configuration

    The project moved to Bitbucket: GIT https://bitbucket.org/Cybcon/websphere-as-configcrawler/src/master/ Please checkout the Bitbucket GIT repo for updates after v0.644.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    doil

    depend order install list ; apt-get w/total depends

    ...see manual for why else total depends do change order. at time of writing no other tool in BSD, debian, etc did total depends except by tsort which how used was wrong. * has ability to do work for src pkg, like git/apt-get -s but more, but is not fully implemented due to disperate pkging rules etc NEWS! * big improvements since 9 * more likely packaging (using automake) * real darn close to beta ! (doil was examples/ in dep-trace)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GeoGig

    GeoGig

    Distributed Version Control System for Geospatial data

    Welcome to the GeoGig project, exploring the use of distributed management of spatial data. GeoGig draws inspiration from Git, but adapts its core concepts to handle versioning of geospatial data. Users are able to import raw geospatial data (currently from Shapefiles, PostGIS or SpatiaLite) in to a repository where every change to the data is tracked. These changes can be viewed in a history, reverted to older versions, branched in to sandboxed areas, merged back in, and pushed to remote repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    zsh-git-prompt

    zsh-git-prompt

    Informative git prompt for zsh

    zsh-git-prompt is a Z shell prompt script that displays rich Git repository information in your shell prompt, such as branch, ahead/behind status, staged changes, conflicts, and more. It enhances developer productivity in version-controlled workflows. There is now a Haskell implementation as well, which can be four to six times faster than the Python one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ghdl-updates

    GHDL - a VHDL simulator

    ...On other systems, getting GHDL from here means downloading the current source package and building GHDL from source. Alternatively you can get the latest source version (warning : occasionally unstable!) by pulling a snapshot from the git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Web10g Enabled Kernels

    These are prebuilt Web10G enabled kernels.

    Generic kernels (from Kernel.org) built with Web10g support enabled. For more information about Web10g please see http://web10g.org/. A git repo of the kernel source is available from http://github.com/rapier1/web10g (look for the kis tagged commits).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Steam Controller Singer

    Steam Controller Singer

    Play MIDI songs on the Steam Controller

    This softwares allows you to turn your Steam Controller into a MIDI-driven music instrument. You can find the code on the following git repo : https://gitlab.com/Pilatomic/SteamControllerSinger I offer you this software for free, and it will always be so. If you enjoy this software, please consider making (even a small) a donation ( "donate" link at the top of the page ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    tGlue

    tGlue

    Glue Libraries for Users as an Environment

    A platform-independent environment to glue developed libraries (such as different quantum-chemistry libraries) together for research, education and further development. Git repository: https://gitlab.com/groups/tglue
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    neobundle.vim

    neobundle.vim

    Next generation Vim package manager

    NeoBundle is a legacy plugin manager by Shougo designed to make installing, updating, and organizing Vim plugins straightforward and scriptable. It lets you declare plugins in your vimrc and handles fetching them from Git repositories, local paths, or archives, then loads them into your runtimepath automatically. One of its core ideas is lazy loading: you can defer plugin initialization until a command, mapping, filetype, or event is triggered, which helps keep startup fast even with many plugins. NeoBundle also understands plugin dependencies and post-update hooks, allowing complex setups to be reproduced reliably across machines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gitinspector

    Gitinspector

    The statistical analysis tool for git repositories

    ...Filters results by an extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js, SQL). Can display a statistical timeline analysis. Scans for all filetypes (by extension) found in the repository. Multi-threaded; uses multiple instances of git to speed up analysis when possible.
    Downloads: 1 This Week
    Last Update:
    See Project