Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​GRV - Git Repository Viewer (★2689) is a terminal based interface for viewing git repositories. It allows refs, commits and diffs to be viewed, searched and filtered.

Features:

• Commits and refs can be filtered using a query language.
• Changes to the repository are captured by monitoring the filesystem allowing the UI to be updated automatically.
• Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
• Vi like keybindings by default, key bindings can be customised.
• Custom themes can be created.

#git #terminal #ui
​​ferret (★ 3,203) - is a web scraping system aiming to simplify data extraction from the web for such things like UI testing, machine learning and analytics.

Having its own declarative DSL language, ferret abstracts away technical details and complexity of the underlying technologies, helping to focus on the data itself.

It's extremely portable, extensible and fast.

#web #ui #grabbing #scraping #go
​​Muon - (★ 1.7k) is a lightweight alternative to Electron written in Golang in about ~300 LoC, using Ultralight instead of Chromium.

Ultralight is a cross-platform WebKit rewrite using the GPU to target embedded desktop applications that resulted in a fast, lightweight, and low-memory HTML UI solution that blends the power of Chromium with the small footprint of Native UI.

#crossplatform #ui #desktop #app #go