sshls.hashnode.devLinking against GNU readline on Mac M1brew install readline brew link --force readline sudo cpanm Term::ReadLine::Gnu brew unlink readline Note that on ARM architecture the homebrew binaries were moved to /opt/homebrew in contrast to the /usr/local on x86, so the LDFLAGS and CPPFLAGS sh...Feb 3, 2024·1 min read
sshls.hashnode.devSnowflake in terminalInstall snowsql - command line client for Snowflake Install pspg - postgresql pager for viewing tables Configure snowsql in ~/.snowsql/config: [connections.MySnowflake] accountname= username= password= database= role= warehouse= ... outp...Feb 1, 2024·1 min read