Showing 54 open source projects for "ofn-scripts"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Remote Network Monitoring and Management for an IoT World Icon
    Remote Network Monitoring and Management for an IoT World

    The Only RMM Solution You Need

    Domotz is the premier Remote Network Monitoring and Management platform for IoT. We offer powerful network management software for MSP's, Integrators, Security Professionals, and Business Owners. Domotz enables the complete solution to cost-effectively manage and monitor your customers’ networks with plug and play setup, a friendly UX, and a comprehensive feature set, accessible from any desktop browser or mobile device. Utilize one interface to manage multiple networks at multiple locations anywhere in the World. One person can deploy remote monitoring and management in less than 15 minutes.
    Sign Up for Free
  • 1

    Husky

    Git hooks made easy

    Husky is a tool that makes handling Git hooks a lot easier, and lets you run the scripts you want at those stages. It works by including an object right within your package.json file. This then configures Husky so that it runs the scripts you specify. After that, it's Husky's responsibility to manage at which point in the Git lifecycle your scripts will run. Husky helps to improve your commits, lets you run tests, lint code and more when you commit or push. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2

    pyenv

    Simple Python version management

    pyenv is a tool for the simple management of Python versions: it lets you easily switch between different Python versions, offering support for per-project Python versions. pyenv is an uncomplicated, unobtrusive tool that simply works, and follows the UNIX tradition of single-purpose tools that do one thing well. Unlike other similar tools, pyenv does not depend on Python itself. Having been made from pure shell scripts, it's safe from a Python bootstrap problem. It doesn't need to be loaded into your shell thanks to its shim approach, and can manage virtualenv for you. pyenv is a fork of rbenv and ruby-build, modified for Python.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Grgit

    Grgit

    The Groovy way to use Git

    Grgit is a Groovy‑friendly wrapper around Eclipse JGit that simplifies Git operations within Groovy scripts or Gradle builds. It provides a cleaner, fluent API for common Git tasks (clone, commit, tag, branch), and ships as a Gradle plugin for easy project integration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    PyGitHub

    PyGitHub

    Typed interactions with the GitHub API v3

    ...PyGithub is a Python library to use the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. Should you have any question, any remark, or if you find a bug, or if there is something you can do with the API but not with PyGithub, please open an issue.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Customize SharePoint Without Coding Icon
    Customize SharePoint Without Coding

    QuickApps is an innovative No-Code solution that can completely transform your SharePoint experience and help maximize your ROI.

    QuickApps is a set of powerful SharePoint web apps that lets you build applications that are easily supported, maintained and upgraded, ensuring their long-term impact and return on investment.
    Learn More
  • 5
    actions/github-script

    actions/github-script

    Write workflows scripting the GitHub API in JavaScript

    ...To use this action, provide an input named script that contains the body of an asynchronous function call. Since the script is just a function body, these values will already be defined, so you don't have to import them. All scripts are now run with Node 16 instead of Node 12 and are affected by any breaking changes between Node 12 and 16. By default, the JSON-encoded return value of the function is set as the "result" in the output of a github-script step. For some workflows, string encoding is preferred. This option can be set using the result-encoding input. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    git-flow-next

    git-flow-next

    Git extensions to provide high-level repository operations

    ...With git-flow, each type of branch has explicit purpose and merge rules: features merge back into develop, release branches prepare towards master, and hotfixes branch off master for urgent repairs. The repository you referenced provides the actual shell scripts (and wrappers) implementing sub‐commands like git flow feature start, git flow release finish, etc., making the workflow operational rather than purely conceptual.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Ada Class Library

    Ada Class Library

    Ada Class Library - an object orientated library for Ada.

    Text search and replace. Scripting (small tool programs). CGI scripts. Execution of external programs (incl. I/O redirection). Garbage Collection. Extendended Booch Components. CD-Recorder
    Leader badge
    Downloads: 854 This Week
    Last Update:
    See Project
  • 8

    svncmd

    batch scripts for svn, svn command line binaries, scripts tests

    WARNING: Project is abandoned. https://sourceforge.net/p/svncmd/svncmd/ci/master/tree/README.md https://sourceforge.net/p/svncmd/svncmd/ci/master/tree/README_EN.txt https://sourceforge.net/p/svncmd/svncmd/ci/master/tree/changelog.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Znap!

    Znap!

    Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins

    ...Note that the above example does not include any call to complist, compinit, or bashcompinit in the .zshrc file. That is because Znap will run these for you as needed. Znap compiles your scripts and functions in the background. This way, your shell will start up even faster next time! Znap automatically regenerates your comp dump file whenever you install or update a repo or change your .zshrc file. When using git 2.31.0 or newer, Znap automatically enables git maintenance in each repo that it manages. This automatically optimizes your repos in the background, so that your git and znap commands will run faster.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure your business by securing your people. Icon
    Secure your business by securing your people.

    Over 100,000 businesses trust 1Password

    Take the guesswork out of password management, shadow IT, infrastructure, and secret sharing so you can keep your people safe and your business moving.
    Learn More
  • 10
    nodebrew

    nodebrew

    Node.js version manager

    ...The tool keeps Node and npm isolated per version, which prevents project conflicts and makes upgrades or rollbacks reversible. Commands for listing, aliasing, and uninstalling versions keep long-lived environments tidy, while simple shims make the active toolchain transparent to existing scripts. Because nodebrew is lightweight and has minimal external dependencies, it’s popular on servers, CI agents, and developer laptops alike. In everyday use, it removes the friction from testing code against multiple Node releases and keeping old projects alive alongside new ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GLab

    GLab

    The GitLab CLI tool

    ...Inspired by gh, the official GitHub CLI tool. glab is available for repositories hosted on GitLab.com and self-hosted GitLab Instances. glab supports multiple authenticated GitLab instances and automatically detects the authenticated hostname from the remotes available in the working git directory. Please take care when running scripts in this fashion. Consider peeking at the install script itself and verify that it works as intended. glab is available on the KISS Linux Community Repo as gitlab-glab. If you already have the community repo configured in your KISS_PATH you can install glab through your terminal.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 12
    Filemaker Data Migration Tool Automator

    Filemaker Data Migration Tool Automator

    Simplifies the use of the Filemaker Data Migration Tool

    ...It can take several attempts and a lot of time to get the exact instruction you need. The Filemaker Data Migration Tool Automator is a Filemaker database which makes it easy to create the command line syntax and calls the terminal scripts for the Filemaker Data Migration Tool. It simplifies the selection of the migration files, enter usernames and passwords and directs them to the FDM For more information and download links refer to: https://community.claris.com/en/s/article/FileMaker-data-migration-tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DevOps Bash Tools

    DevOps Bash Tools

    800+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs

    Scripts for many popular DevOps technologies, see Inventory below for more details. Advanced configs for common tools like Git, vim, screen, tmux, PostgreSQL psql etc. CI configs for most major Continuous Integration products (see CI builds page) CI scripts for a drop-in framework of standard checks to run in all CI builds, CI detection, accounting for installation differences across CI environments, root vs user, virtualenvs etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ghooks

    ghooks

    Simple git hooks

    ...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
  • 15

    OFormsCI

    Continuous Integration for Oracle Forms/Reports Fusion Middleware

    OFormsCI is a set of tools to form a complete tool chain for continuous integration with Git, Jenkins, Oracle Forms/Reports and WebLogic server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FTP LiveSync

    FTP LiveSync

    Remote code synchronization tool

    Livesync allows edit server side scripts on the fly by modifying its local copy. basically it's a ftp client which can monitor changes in filesystem and upload modified file to remote server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A CVS pserver implementation that works against an SVN (Subversion) repository. Useful for e.g. old build-scripts or legacy application when migrating from cvs to svn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Shell Package Manager

    Shell Package Manager

    Install packages that apt-get can't.

    Sh scripts for (un)installing packages that can't be installed by default with apt-get.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    TFS Powershell Admin Scripts

    Team Foundation Server Powershell Administration Scripts

    UPDATE: Moved to https://github.com/ryanm101/tfspsadminscripts Scripts to administer TFS 2010/2012. Note: Merge-TFSMergeCandidates is not fully implemented yet and should only preview the changes. Current Functions: * Get-TFSCollectionURI * Get-TFSCollection * Get-TFSService * Get-TFSProjects * Get-TFSBuildsInProgress * Queue-TFSBuild * Get-TFSWorkspace * Get-TFSPendingChanges * Undo-TFSPendingChange * Get-TFSMergeCandidates * Merge-TFSMergeCandidates
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Eclipse CVS Tools
    An ECLIPSE plugin for advanced CVS operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This script was designed to run on a PHP-enabled web server that hosts Mercurial (Hg) repositories. It will initialize a new repository under the specified name and create the HGRC file with the description and contact information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    git-flow

    git-flow

    Git extensions to provide high-level repository operations

    ...The model separates long-lived master (or main) and develop branches, encourages topic branches for features, and formalizes release and hotfix flows, which helps teams coordinate work and control what reaches production. The scripts enforce naming conventions, guide merges in the right direction, and add version tags to releases so you keep a clean, auditable history. Teams often adopt git-flow to make branching and release management predictable, especially when multiple developers are shipping features and bug fixes in parallel.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    Small application dbcode-svn-sync makes us able to synchronize source code on your Oracle DBMS with your SVN repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is meant to be a catch-all project for miscellaneous short scripts and patches that enhance CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Braincracks acts like a continuous snapshoting filesystem / versioning filesystem. It monitors folders for files changes (each X seconds) and saves a copy of files when they change. It is made of 3 Bourne Shell scripts (1 bin, 1 daemon, 1 service).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next