Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkuzin/ls
Simple implementation of ls command for Unix-like operating systems
https://github.com/alkuzin/ls
linux-app linux-command linux-command-line linux-shell ls unix unix-shell unix-shell-programs
Last synced: 16 days ago
JSON representation
Simple implementation of ls command for Unix-like operating systems
- Host: GitHub
- URL: https://github.com/alkuzin/ls
- Owner: alkuzin
- License: gpl-3.0
- Created: 2024-03-28T06:31:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:03:16.000Z (2 months ago)
- Last Synced: 2024-10-28T11:15:52.687Z (about 2 months ago)
- Topics: linux-app, linux-command, linux-command-line, linux-shell, ls, unix, unix-shell, unix-shell-programs
- Language: C
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ls
Simple implementation of ls command for Unix-like operating systems
## Installation
Clone this repository:
```console
git clone https://github.com/alkuzin/ls.git
```Build the project:
```console
mv ls && make all
```To get list of all available flags:
```console
./ls --help
```## License
Command to list computer files and directories.
Copyright (C) 2024 Alexander (@alkuzin).This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .