bit
bit copied to clipboard
Feature: add bit aliases that can be written in Go
Since Go is a compiled language this seems rather challenging. However there are a couple of potential options
- Using https://github.com/traefik/yaegi or https://github.com/cosmos72/gomacro Go is now an interpreted language 💯
- go plugins (probably not)
- go run < file-name> with exec.Command