Skip to content

itsbrex/repository-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Index

Indexes a Git repository using embeddings.

Setup

pip install -r requirements_dev.txt

Run

python3 path-to/repository_index/repository_index.py

Example: python3 ~/github/repository-index/repository_index/repository_index.py

Tip: set an alias in your .bashrc or .zshrc to make it easier to run.

echo "alias indexrepo='python3 ~/github/repository-index/repository_index/repository_index.py'" >> ~/.zshrc

This assumes that the repository_index.py script is located in the ~/github/repository-index/repository_index/ directory. If you're using bash instead of zsh, you should add the alias to your .bashrc file instead.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%