Documentation ¶
Overview ¶
Package fscmd implements the fs command line tool that has various subcommands which imitate unix commands but for file system structures.
cat Print files file Determine files types hashsum Print hashsums ls List directory contents stat Display file status strings Find the printable strings in an object, or other binary, file tree List contents of directories in a tree-like format
Index ¶
- func CatCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
- func FSCommand(parseFunc func(_ *cobra.Command, args []string) (fs.FS, []string, error)) *cobra.Command
- func FileCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
- func HashsumCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
- func LsCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
- func StatCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
- func TreeCmd(parse func(*cobra.Command, []string) (fs.FS, []string, error)) func(_ *cobra.Command, args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashsumCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.