Showing 13 open source projects for "note for windows 10"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    GIT quick statistics

    GIT quick statistics

    An efficient way to access various statistics in git repository

    ... by toggling the variable _MENU_THEME between default and legacy. You can set variable _GIT_LIMIT for limited output. It will affect the "changelogs" and "branch tree" options. You can also exclude files from the stats. Note that it works with any alphanumeric, glob, or regex that git respects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Gitql

    Gitql

    A git query language

    Gitql is a Git query language. You can access the releases page and just grab the binary. If you want to compile itself just run go build. Gitql binary uses the embed file version.txt to outputs the gitql version command. On every release, the file content is replaced by the correct tag or git commit sha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyGitHub

    PyGitHub

    Typed interactions with the GitHub API v3

    PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Git Extras

    Git Extras

    GIT utilities, repo summary, repl, changelog population, and more

    GIT extra utilities, like repo summary, repl, changelog population, author commit percentages and more. Supports several sub-commands such as git-ignore, git-setup, git-summary, git-changelog, git-effort, etc. Some commands require extra dependencies which are unavailable in some platforms. You may need to install them manually. Note that only the Homebrew package is maintained by the git-extras developers directly. Other packages are maintained by the distribution's packagers or third-party...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    git-auto-commit Action

    git-auto-commit Action

    Automatically Commit changed Files back to GitHub

    Automatically Commit changed Files back to GitHub with GitHub Actions for the 80% use case. A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. Note that the Action has to be used in a Job that runs on a UNIX system (e.g. ubuntu-latest). If you don't use the default permission of the GITHUB_TOKEN, give the Job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gitoxide

    gitoxide

    An idiomatic, lean, fast & safe pure Rust implementation of Git

    An idiomatic, lean, fast & safe pure Rust implementation of Git. gix is a command-line interface (CLI) to access git repositories. It's written to optimize the user experience and perform as well or better than the canonical implementation. Furthermore, it provides an easy and safe to use API in the form of various small crates for implementing your own tools in a breeze. Please see 'Development Status' for a listing of all crates and their capabilities. Please note that all functionality comes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Znap!

    Znap!

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

    Znap is a fast, light-weight set of tools to ease the use of Zsh plugins & Git repos and reduce your shell's startup time. Using Znap to manage your plugins can be as simple as putting this in your .zshrc file. Additionally, Znap makes it so that you actually need to have less in your .zshrc file, by automating several tasks for you. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    BatNoter

    BatNoter

    An open source, markdown-based, self-hosted note taking webapp.

    BatNoter is a web application that allows users to store notes in their git repository. This is a frontend project built using mainly react (typescript), redux-toolkit & mui components. BatNoter API is the backend implementation of REST APIs which are used by this react app. Login with GitHub. Create, edit, delete, organize & explore notes easily with a nice & clean user interface. Markdown format supported allowing users to add hyperlink, table, headings, code blocks, blockquote... etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GitPitch

    GitPitch

    Markdown Presentations for Tech Conferences, Training, Development

    GitPitch 4.0 is the perfect slide deck solution for tech conferences, training, developer advocates, and educators. Available on MacOS, Linux, and Windows 10. Work and present offline. Export to PDF, PPTX, and HTML. Or git-push to share public, private and password-protected slide decks online. GitPitch is a markdown presentation tool for MacOS, Linux, and Windows 10. GitPitch Desktop lets you develop, preview, and present markdown presentations offline. Using modular markdown to deliver...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10
    gitnote

    gitnote

    A modern note taking app based on GIT

    A modern note-taking app based on GIT that does not require a local GIT environment. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ghooks

    ghooks

    Simple git hooks

    Simple git hooks. It is not advised to install ghooks as a production dependency, as it will install git hooks in your production environment as well. Please install it under the devDependencies section of your package.json. Please also note, that it is absolutely not advised to install ghooks globally. To work as expected, make it a development dependency of your project(s). Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GitHub Training Kit

    GitHub Training Kit

    Open source courseware for Git and GitHub

    Open source courseware from the GitHub Professional Services team. This repository currently contains Git and GitHub cheat sheets. Site content is licensed under CC-BY-4.0. CC-BY-4.0 gives you permission to use the content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit. Code used to build and test the site as well as code samples on the site, if any, are licensed under CC0-1.0. CC0 waives all copyright restrictions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    octonode

    octonode

    github api v3 in nodejs

    octonode is a library for nodejs to access the github v3 API. You can configure the protocol, hostname and port to use. For example to connect to a GitHub Enterprise instance. Request options can be set by setting defaults on the client. (e.g. Proxies). Authenticate to github in cli mode (desktop application) Ensure that the scopes argument is an object containing the required note property. For two-factor authentication add the One Time Password otp key with its corresponding code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next