Skip to content

codacube/get-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-hash

A simple project to get the sha256 of a file. Uses bubbletea as a tui.

Dockerfile included to run delve for debugging (or drop into a shell prompt)

launch.json - remote debugging using delve (for bubbletea)

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Connect to server",
      "type": "go",
      "request": "attach",
      "mode": "remote",
      "remotePath": "${workspaceFolder}",
      "port": 43000,
      "host": "127.0.0.1"
    }
  ]
}

About

A simple project to get the sha256 of a file. Uses bubbletea as a tui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published