applets

package
v0.33.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2022 License: Apache-2.0 Imports: 67 Imported by: 0

Documentation

Overview

mimixbox/internal/applets/applet.go

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var Applets map[string]Applet

Functions

func HasApplet

func HasApplet(target string) bool

func ListApplets

func ListApplets()

func ShowAppletsBySpaceSeparated

func ShowAppletsBySpaceSeparated()

func SortApplet added in v0.29.0

func SortApplet() []string

Types

type Applet

type Applet struct {
	Ep   EntryPoint
	Desc string
}

type EntryPoint

type EntryPoint func() (int, error)

Directories

Path Synopsis
archival
gzip
mimixbox/internal/applets/console-tools/gzip/gzip.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/console-tools/gzip/gzip.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
console-tools
clear
mimixbox/internal/applets/console-tools/clear/clear.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/console-tools/clear/clear.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
reset
mimixbox/internal/applets/console-tools/reset/reset.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/console-tools/reset/reset.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
debianutils
add-shell
mimixbox/internal/applets/debianutils/add-shell/add-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/debianutils/add-shell/add-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ischroot
mimixbox/internal/applets/debianutils/ischroot/ischroot.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/debianutils/ischroot/ischroot.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
remove-shell
mimixbox/internal/applets/debianutils/remove-shell/remove-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/debianutils/remove-shell/remove-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
valid-shell
mimixbox/internal/applets/debianutils/valid-shell/valid-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/debianutils/valid-shell/valid-shell.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
which
mimixbox/internal/applets/debianutils/which/which.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/debianutils/which/which.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
fileutils
chgrp
mimixbox/internal/applets/fileutils/chgrp/chgrp.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/chgrp/chgrp.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
chown
mimixbox/internal/applets/fileutils/chown/chown.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/chown/chown.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
cp
mimixbox/internal/applets/fileutils/cp/cp.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/cp/cp.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ln
mimixbox/internal/applets/fileutils/ln/ln.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/ln/ln.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mkdir
mimixbox/internal/applets/fileutils/mkdir/mkdir.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/mkdir/mkdir.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mkfifo
mimixbox/internal/applets/fileutils/mkfifo/mkfifo.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/mkfifo/mkfifo.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mv
mimixbox/internal/applets/fileutils/mv/mv.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/mv/mv.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
rm
mimixbox/internal/applets/fileutils/rm/rm.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/rm/rm.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
rmdir
mimixbox/internal/applets/fileutils/rmdir/rmdir.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/rmdir/rmdir.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
touch
mimixbox/internal/applets/fileutils/touch/touch.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/fileutils/touch/touch.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
games
lifegame
mimixbox/internal/applets/games/lifegame/lifegame.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/games/lifegame/lifegame.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
jokeutils
cowsay
mimixbox/internal/applets/jokeutils/cowsay/cowsay.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/jokeutils/cowsay/cowsay.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
fakemovie
mimixbox/internal/applets/jokeutils/fakemovie/fakemovie.go Copyright © 2021 by Yasuhiro Matsumoto (a.k.a.
mimixbox/internal/applets/jokeutils/fakemovie/fakemovie.go Copyright © 2021 by Yasuhiro Matsumoto (a.k.a.
sl
mimixbox/internal/applets/shellutils/sl/cowsay.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/sl/cowsay.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
loginutils
chsh
mimixbox/internal/applets/loginutils/chsh/chsh.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/loginutils/chsh/chsh.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
pmutils
halt
mimixbox/internal/applets/pmutils/halt/halt.go Copyright 2021 Naohiro CHIKAMATSU, polynomialspace Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/pmutils/halt/halt.go Copyright 2021 Naohiro CHIKAMATSU, polynomialspace Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
shellutils
base64
mimixbox/internal/applets/shellutils/base64/base64.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/base64/base64.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
basename
mimixbox/internal/applets/shellutils/basename/basename.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/basename/basename.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
chroot
mimixbox/internal/applets/shellutils/chroot/chroot.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/chroot/chroot.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
dirname
mimixbox/internal/applets/shellutils/dirname/dirname.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/dirname/dirname.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
echo
mimixbox/internal/applets/shellutils/echo/echo.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/echo/echo.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
false
mimixbox/internal/applets/shellutils/false/false.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/false/false.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ghrdc
mimixbox/internal/applets/shellutils/ghrdc/ghrdc.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/ghrdc/ghrdc.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
groups
mimixbox/internal/applets/shellutils/groups/groups.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/groups/groups.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
hostid
mimixbox/internal/applets/shellutils/hostid/hostid.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/hostid/hostid.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
id
mimixbox/internal/applets/shellutils/id/id.go Copyright 2021-2022 Naohiro CHIKAMATSU, polynomialspace Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/id/id.go Copyright 2021-2022 Naohiro CHIKAMATSU, polynomialspace Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kill
mimixbox/internal/applets/shellutils/kill/kill.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/kill/kill.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mbsh
mimixbox/internal/applets/shellutils/mbsh/mbsh.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/mbsh/mbsh.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mbsh/builtin
mimixbox/internal/applets/shellutils/mbsh/builtin/buitInCmds.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/mbsh/builtin/buitInCmds.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
path
mimixbox/internal/applets/shellutils/path/path.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/path/path.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
printenv
mimixbox/internal/applets/shellutils/printenv/printenv.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/printenv/printenv.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
pwd
mimixbox/internal/applets/shellutils/pwd/pwd.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/pwd/pwd.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sddf
mimixbox/internal/applets/shellutils/sddf/sddf.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/sddf/sddf.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
seq
mimixbox/internal/applets/shellutils/seq/seq.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/seq/seq.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
serial
mimixbox/internal/applets/shellutils/serial/serial.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/serial/serial.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sleep
mimixbox/internal/applets/shellutils/sleep/sleep.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/sleep/sleep.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sync
mimixbox/internal/applets/shellutils/sync/sync.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/sync/sync.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
true
mimixbox/internal/applets/shellutils/true/true.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/true/true.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
uuidgen
mimixbox/internal/applets/shellutils/uuidgen/uuidgen.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/uuidgen/uuidgen.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
wget
mimixbox/internal/applets/shellutils/wget/wget.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/wget/wget.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
whoami
mimixbox/internal/applets/shellutils/whoami/whoami.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/shellutils/whoami/whoami.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
textutils
cat
mimixbox/internal/applets/textutils/cat/cat.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/cat/cat.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
dos2unix
mimixbox/internal/applets/textutils/dos2unix/dos2unix.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/dos2unix/dos2unix.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
expand
mimixbox/internal/applets/textutils/expand/expand.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/expand/expand.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
head
mimixbox/internal/applets/textutils/head/head.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/head/head.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
md5sum
mimixbox/internal/applets/textutils/md5sum/md5sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/md5sum/md5sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
nl
mimixbox/internal/applets/textutils/nl/nl.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/nl/nl.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sha1sum
mimixbox/internal/applets/textutils/md5sum/md5sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/md5sum/md5sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sha256sum
mimixbox/internal/applets/textutils/sha256sum/sha256sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/sha256sum/sha256sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
sha512sum
mimixbox/internal/applets/textutils/sha512sum/sha512sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/sha512sum/sha512sum.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
tac
mimixbox/internal/applets/textutils/tac/tac.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/tac/tac.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
tail
mimixbox/internal/applets/textutils/tail/tail.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/tail/tail.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
tr
mimixbox/internal/applets/textutils/tr/tr.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/tr/tr.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
unexpand
mimixbox/internal/applets/textutils/expand/expand.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/expand/expand.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
unix2dos
mimixbox/internal/applets/textutils/unix2dos/unix2dos.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/unix2dos/unix2dos.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
wc
mimixbox/internal/applets/textutils/wc/wc.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
mimixbox/internal/applets/textutils/wc/wc.go Copyright 2021 Naohiro CHIKAMATSU Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL