Skip to content

v0.0.1

Compare
Choose a tag to compare
@Zer0S2m Zer0S2m released this 19 Jan 12:52
· 132 commits to master since this release
94b645a

Added

  • Add a git search engine like git-grep:
    • Set a pattern for matches.
    • Exclude files from search by extension.
    • Include files by extension in your search.
  • Basic operations for git repositories:
    • Add local git repository.
    • Delete local git repository.
    • Update local git repository branches.
  • Add a git repository provider:
    • Add support for provider types: GITHUB and GITLAB.
    • Get git repositories from supported providers.
    • Add a git repository provider from supported providers.
    • Remove the git repository provider.
  • Get file content from git repository.