4 links
tagged with all of: go + open-source
Click any tag below to further narrow down your results
Links
F2 is a cross-platform command-line tool developed in Go for batch renaming files and directories, emphasizing safety and efficiency. It features a default dry run mode, supports file attributes for flexible renaming, and includes conflict resolution, undo functionality, and extensive documentation to assist users. Installation options are available for Go developers and other methods can be found on the releases page.
Finch is a lightweight reverse proxy developed in Go that enhances traffic management by extracting fingerprints from TLS handshakes and HTTP requests to allow, deny, route, or deceive traffic based on customizable rules. It features an authenticated admin API, real-time event streaming, and experimental support for HTTP/3 and QUIC. The tool is still in development and not yet suitable for production use.
Wig is a Vim-like text editor developed in Go, currently in early development with support for languages such as Go, C, Odin, and Python. It features LSP autocomplete, Tree-sitter support, and various keybindings, aiming to provide a simple yet functional editing experience while still being prone to bugs. The project is intended as an exploratory exercise rather than a polished product, with plans for future improvements.
PocketBase is an open-source real-time backend written in Go that features an embedded SQLite database, user management, and a simple REST API. It allows developers to create custom applications with minimal setup, offering both a standalone app and a library for integration into other Go projects. The project is actively developed, and users are encouraged to contribute and report any security vulnerabilities.