Showing 19 open source projects for "video-making"

View related business solutions
  • 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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    forgit

    forgit

    A utility tool powered by fzf for using git interactively

    ...Fig adds apps, shortcuts, and autocomplete to your existing terminal. Options can be set via environment variables. They have to be exported in order to be recognized by forgit. You can use forgit as a subcommand of git by making git-forgit available in $PATH. Forgit will use the default configured pager from git (core.pager, pager.show, pager.diff) but can be altered with several environment variables. You can add default fzf options for forgit, including keybinds, layout, etc. (No need to repeat the options already defined.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Jujutsu

    Jujutsu

    A Git-compatible DVCS that is both simple and powerful

    ...Jujutsu separates its user interface from its storage backend, allowing it to use Git repositories while rethinking the developer experience. The system treats the working copy as a real commit, removing the need for staging areas or stashes. Jujutsu records conflicts as first-class objects, making conflict resolution more flexible and reliable. It also maintains a complete operation log, allowing users to undo almost any action. Jujutsu aims to deliver powerful history rewriting and rebasing features without the complexity commonly associated with traditional tools.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Gradle Git Version

    Gradle Git Version

    A Gradle plugin that uses `git describe` to produce a version string

    ...The plugin integrates with Gradle’s project.version, so the computed version flows automatically into publishing, packaging, and artifact naming. It works well in branching workflows by incorporating branch or distance information, making debug artifacts easy to trace back to source. By centralizing version logic around Git history, it eliminates manual bumps and reduces mistakes when cutting releases across multiple modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Magit

    Magit

    A Git porcelain inside Emacs

    ...Magit looks like a prettified version of what you get after running a few Git commands but in Magit every bit of visible information is also actionable to an extent that goes far beyond what any Git GUI provides and it takes care of automatically refreshing this output when it becomes outdated. In the background Magit just runs Git commands and if you wish you can see what exactly is being run, making it possible for you to learn the git command-line by using Magit. Using Magit for a while will make you a more effective version control user. Magit supports and streamlines the use of Git features that most users and developers of other Git clients apparently thought could not be reasonably mapped to a non-command-line interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    git-flow-next

    git-flow-next

    Git extensions to provide high-level repository operations

    ...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: 0 This Week
    Last Update:
    See Project
  • 6
    GitLab CE Server For Local Intranets

    GitLab CE Server For Local Intranets

    The Free & Popular Community git Server in a Complete Virtual Machine

    ...System, Application Increase CPU Count, Memory, Disk Space ( Use SSD Storage Type ) in VM's Settings, as required, for the Best Performance Backup system regularly as shown in video, to avoid any issues. Google Search helps in finding more about GitLab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GitHub Rater

    GitHub Rater

    Check your GitHub rating, view results and enhance your quality

    ...The application’s frontend is built with modern web frameworks and interacts with GitHub’s API to gather real-time data, handling errors and edge cases gracefully. Its interface visualizes metrics and recommendations, making the assessment accessible even to those unfamiliar with raw GitHub statistics.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    vim-fugitive

    vim-fugitive

    A Git wrapper so awesome, it should be illegal

    ...Another is the tight integration with diffs and staging: you can stage or reset hunks interactively without leaving Vim. Fugitive also understands Git objects and remotes, making it easy to browse commits, open files at specific revisions, or push and pull with minimal friction. It is designed to be composable with other tools and mappings, so Git workflows feel like a natural extension of editing. For many users, it effectively removes the need to switch to a terminal for everyday Git tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gitbase

    gitbase

    SQL interface to git repositories, written in Go.

    ...The project is currently in alpha stage, meaning it's still lacking performance in a number of cases but we are working hard on getting a performant system able to process thousands of repositories in a single node. Stay tuned! gitbase was born to ease the analysis of git repositories and their source code. Also, making it MySQL compatible, we provide the maximum compatibility between languages and existing tools.
    Downloads: 8 This Week
    Last Update:
    See Project
  • All-in-One Behavioral Health EHR Software Icon
    All-in-One Behavioral Health EHR Software

    A full-fledged, intuitive solution for CRM, EHR & RCM—specialized, flexible, and scalable.

    Opus is a comprehensive EHR, CRM, and RCM platform designed to streamline operations for behavioral health treatment centers, including addiction, mental health, and SUD (substance use disorder) clinics. The platform provides integrated tools for patient management, billing, scheduling, and telehealth services. Opus enhances efficiency with features like intelligent lead routing, insurance verification, automated tasks, and customizable forms. It also includes advanced reporting, AI-driven progress note generation, and seamless lab integrations. With a focus on flexibility and scalability, Opus is ideal for small to large multi-center organizations in the behavioral health space.
    Learn More
  • 10
    gitnote

    gitnote

    A modern note taking app based on GIT

    ...Supports thinking brain maps, helping us to visualize things in a visual way, such as recording and inspiring ideas. It supports multiple export methods. Grapheditor is diagram software for making flowcharts, process diagrams, org charts, UML, ER, and network diagrams. Using markdown, you can easily create a web version of the presentation and support export. Supports multiple images hosting uploads, automatically inserts into the notes, and provides API to freely customize your own image hosting. Supports multiple images hosting uploads. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Git Blame Someone Else

    Git Blame Someone Else

    Blame someone else for your bad code

    git-blame-someone-else is a humorous Git utility created as a joke to let developers attribute problematic code to someone else. It modifies both the author and committer information of a commit, making it appear as though another contributor is responsible for the changes. While not intended for production repositories, it demonstrates how Git’s metadata can be manipulated for fun or demonstration purposes. The project highlights how easily commit authorship can be altered, serving as both a lighthearted tool and a reminder about the importance of trust in version control history. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    GitHub Résumé

    GitHub Résumé

    Resumes generated using the GitHub informations

    ...This tool is ideal for software engineers, open source contributors, and students who want to showcase their coding experience without manually formatting everything. The project focuses on simplicity, automation, and making your GitHub profile presentable in a résumé format. With its streamlined approach, it provides a quick way to highlight your technical background in a professional context. You must have Ruby and the Rack gem installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tina4PHP
    Tina4PHP - (This Is Not Another Framework 4 PHP) - A RAD Browser based Development tool with the Cross Database Engine for PHP as its foundation. Manage multiple developers and source on the same web driven application development tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    skinny

    skinny

    A local subversioning command line tool.

    ...The name is derived form being a small tool than git (which is really muscular), but skinny provide you easy to learn four commands and only used for local source management, commit log init restore ..thats it four commands no big deal. But its power lies in its simplicity formanaging Directory and Project States by making Snaposhots using a command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    git-cal

    git-cal

    github like contributions calendar on terminal

    ...It scans your repositories’ commit history and aggregates changes per day, then prints a compact grid that highlights streaks and quieter periods. The output works in standard shells, making it handy for dashboards, status emails, or a lightweight snapshot of productivity without opening a browser. Options typically let you choose time ranges, color intensity (where terminals support it), and which repositories to include. Because it reads local Git metadata, it respects your privacy and can include private work you don’t push to public remotes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Meld

    Meld

    Visual diff and merge tool

    Meld is a visual diff and merge tool designed to help users compare files, directories, and version-controlled projects with clarity and precision. It supports two-way and three-way comparisons, making it especially useful for reviewing code changes and resolving merge conflicts. Meld provides live comparison updates, allowing users to see differences immediately as files are edited. With built-in navigation tools, users can move quickly between changes and work directly on specific change blocks. The tool integrates with many popular version control systems, helping developers better understand patches and project history. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Ant-based tool to migrate Java source files to GNU Autotools standards, making them compatible with usual "configure; make; make install" build mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JOPE (Java Open Project Enviroment) focuses on making development of java projects easier by providing all tools in one place. Features include: Maven support, Ant support, Issue tracking, Mailing lists, VCS support ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A library and basic executable wrapper for the render of three-dimensional scenes, specially designed for video frames production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next