index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2026-02-11
cmd/httpdfs: add option to set base path and shutdown idle duration
Shulhan
2026-02-05
cmd/httpdfs: fix call to log.Fatal
Shulhan
2026-02-02
cmd/httpdfs: implement systemd socket activation
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2025-01-26
lib/goanalysis: package to complement "go vet"
Shulhan
2024-12-29
cmd/ansua: add and update documentation
Shulhan
2024-09-30
all: simplify some statements
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-08-04
cmd/emaildecode: CLI to decode email body to plain text
Shulhan
2024-07-22
cmd/bcrypt: check for error during Fscanln
Shulhan
2024-04-03
cmd/httpdfs: set default include options to empty
Shulhan
2024-04-03
cmd/ansua: command line interface to help tracking time
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-09
all: reformat all files with goimports
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-12
cmd/httpdfs: implement [libhttp.Server] with [memfs.MemFS]
Shulhan
2023-09-11
cmd/smtpcli: realign the struct client
Shulhan
2023-09-11
cmd/bcrypt: add missing package comment
Shulhan
2023-06-04
all: update description of some command and in README
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2023-05-05
cmd/bcrypt: CLI to compare or generate hash using bcrypt
Shulhan
2023-02-25
cmd: temporarily hide unused commands
Shulhan
2022-07-27
cmd/gofmtcomment: add command "help" and "version"
Shulhan
2022-07-27
cmd/xtrk: add command "help" and "version"
Shulhan
2022-07-27
cmd/epoch: print the weekday in local and UTC time
Shulhan
2022-07-27
cmd/epoch: add flag to parse time from RFC3339 and RFC1123 format
Shulhan
2022-07-27
cmd/epoch: add command "help" and "version"
Shulhan
2022-07-27
cmd/ini: a CLI to get and set values in the INI file format
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-02-28
cmd/sendemail: command line interface to send an email
Shulhan
2022-02-18
lib/smtp: refactoring NewClient to use struct instead of parameters
Shulhan
2022-02-06
cmd/xtrk: command line interface to uncompress and/or unarchive file
Shulhan
2022-01-09
cmd/gofilemode: new command to decode the Go file mode
Shulhan
2021-12-19
cmd/epoch: command line to print and parse Unix timestamp
Shulhan
2021-10-25
lib/totp: make the New to accept only hash with SHA1, SHA256, or SHA512
Shulhan
2020-12-23
totp: add method to generate n number of passwords
Shulhan
2020-12-23
cmd: add new CLI "totp"
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-11-15
lib/mining: move commands to root
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-04-02
cmd/smtpcli: command line interface to SMTP client protocol
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-05-12
Add copyright and license information
Shulhan
2018-03-31
Add command line program to convert "/**/" comment into "//"
Shulhan