aboutsummaryrefslogtreecommitdiff
path: root/lib/os
AgeCommit message (Expand)Author
2026-02-03lib/os: fix IsBinary that return true if file size less than 1024Shulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2026-01-09lib/os: add function IsBinaryStreamShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-23all: use for-range with numericShulhan
2024-09-04all: fix various linter warningsShulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-09lib/io,os: replace lib/test/mock with bytes.BufferShulhan
2023-09-09lib/io,os: check for EOF in ConfirmYesNoShulhan
2023-07-26lib/os: add function EnvironmentsShulhan
2023-07-23lib/os: check for extract path in untar and unzipShulhan
2023-07-21lib/os: add missing copyright header in os_test.goShulhan
2023-07-21lib/os: add function PathFold and PathUnfoldShulhan
2023-04-09lib/os: copy lib/io#ConfirmYesNo to lib/osShulhan
2023-04-08lib/os: add comment to error ErrExtractInputExtShulhan
2023-04-08lib/os: merge some functions from lib/ioShulhan
2022-09-15lib/os: add test of Stat and LstatShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-02lib/os: implement function to Extract compressed and/or archived fileShulhan
2021-09-04os/exec: fix escaped quote inside the same quoteShulhan
2021-08-21Revert "os/exec: include the quoted characters when ParseCommandArgs"Shulhan
2021-08-13os/exec: include the quoted characters when ParseCommandArgsShulhan
2021-08-11os/exec: check for escaped backslash when ParseCommandArgsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-04os/exec: new package to simplify the standard "os/exec"Shulhan