Dev Useful Stuff
1.18K subscribers
2 photos
317 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​We've already mentioned earlier some open-source self-hosted GitHub alternatives (https://tttttt.me/dev_useful_stuff/132). And here is another one.

Pagure (★139 at GitHub mirror) is a light-weight git-centered forge based on pygit2. Written on Python 🐍

With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism.

#git #github #python
​​Git-History - (★ 9,475 at GitHub) quickly browse the history of any GitHub file (GitLab and Bitbucket coming soon)

1) Replace github.com with github.githistory.xyz in any file url
2) There's no step two 😁

Try it, it is very handy 👍

#git #github #js
​​OctoTree - is a browser plugin that boosts your GitHub experience.

#plugin #addon #github #bobukrecommends
​​git-bug - (★ 4.1k) is distributed, offline-first bug tracker embedded in git, with bridges.

• is fully embeded in git: you only need your git repository to have a bug tracker
• is distributed: use your normal git remote to collaborate, push and pull your bugs!
• works offline: in a plane or under the sea? Keep reading and writing bugs!
• prevents vendor lock-in: your usual service is down or went bad? You already have a full backup.
• is fast: listing bugs or opening them is a matter of milliseconds
• doesn't pollute your project: no files are added in your project
• integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API
• bridges to other bug trackers: use bridges to import and export to other trackers.

#git #github #issue #tracker #bobukrecommends
​​github1s - (★3.6k) one second to read GitHub code with VS Code. Just add 1s after github and press Enter in browser address bar for any repository you want to read.

For Example VS Code:

https://github1s.com/microsoft/vscode

#awesome #vscode #github
​​grep.app - A new search engine that lets you search across a half million git public repositories on GitHub, optionally using regular expression.

#search #github #repo
​​PR-Agent - (★ 3k) is an open-source tool to help efficiently review and handle pull requests. It automatically analyzes the pull request and can provide several types of commands:

- /describe: Automatically generating PR description
- /review: Adjustable feedback about the PR main content
- /ask ...: Answering free-text questions about the PR
- /improve: Committable code suggestions for improving the PR.
- /update_changelog: Automatically updating the CHANGELOG.md file
- /add_docs: Automatically adds documentation to methods/functions/classes
- /analyze: Automatically analyzes the PR

#ai #github #pr #code #review