Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alastairlundy/basisbox
Alternatives to some GNU coreutil programs
https://github.com/alastairlundy/basisbox
Last synced: about 2 months ago
JSON representation
Alternatives to some GNU coreutil programs
- Host: GitHub
- URL: https://github.com/alastairlundy/basisbox
- Owner: alastairlundy
- License: lgpl-3.0
- Created: 2024-02-27T15:49:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:47:22.000Z (3 months ago)
- Last Synced: 2024-10-22T11:04:10.299Z (2 months ago)
- Language: C#
- Homepage:
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
# Basis Box
Alternatives to some GNU coreutil programs written in C#.
## Programs### Stable Commands
| BasisBox Command Name | Alternative To | Description | Written In |
|-|-|-|-|
| loginname | logname | Prints the name of the current user name. | C# |
| nline | nl | Add numbers to lines either from a file or standard input and sent to standard output. | C# |
|wcount | wc | Count the number of lines, words, characters, and/or bytes in specified files. | C# |
| concat | cat | Concatenate, append, or print files to the terminal. | C# |
| del | rm | Delete a file or directory, either recursively or non-recursively. | C# |
| deldir | rmdir | Delete a directory, either recursively or non-recursively. | C# |
| newdir | mkdir | Create new directories with or without parent directories. | C# |### Programs being developed
| Program name | Description | Written In |
|-|-|-|
| Parrot | | C# |
| Moment | | C# |
| Today | Get or set the current Date or Timezone information | C# |### License
All programs in Basis Box are licensed under the LGPLv3 license.