Justin Tracey
482b292ba3
README: mark join as done
...
Closes #2634 .
2022-01-31 22:30:22 +00:00
Eli Youngs
23ec195962
Fix 404 link
2022-01-29 12:55:07 -08:00
Terts Diepraam
50964c0ee7
README: restructuring
2022-01-29 01:42:18 +01:00
Terts Diepraam
0063c5e11a
README: update intoduction and why? section
2022-01-29 01:42:03 +01:00
Terts Diepraam
0f76ca0ffa
README: add links to documentation
2022-01-29 01:19:15 +01:00
Terts Diepraam
b2c7177106
docs: get installation instructions directly from README.md
2022-01-21 23:24:10 +01:00
Terts Diepraam
783170c9d8
change msrv to 1.54
2022-01-15 11:08:07 +01:00
Koutheir Attouchi
7010dfd939
runcon: added implementation and tests.
2021-08-22 21:59:41 +02:00
Michael Debertol
81430dcb40
README: remove chcon from To Do
...
chcon is now listed as "Done"
2021-08-08 21:23:32 +02:00
Michael Debertol
8389a36eb0
README: remove duplicate entry
...
cat was present twice
2021-08-08 21:22:57 +02:00
Sylvestre Ledru
50b9d9f9a3
Merge branch 'master' into master
2021-08-06 09:26:39 +02:00
Koutheir Attouchi
090be5bb94
chcon: added implementation and integration tests
...
The ToDo list was updated to mark `chcon` as done.
Building and testing `chcon` requires enabling the `feat_selinux` feature. If `make` is used for building, then please specify `SELINUX_ENABLED=1` if building and testing on a system where SELinux is not enabled.
2021-08-05 22:57:57 -04:00
Michael Debertol
b8c383e210
basenc: add utility
...
basenc is a brand-new gnu core utility (added less than 3 years ago!),
which enables some more encodings.
2021-08-06 00:07:19 +02:00
Tyler
601c9fc620
Merge branch 'master' of https://github.com/uutils/coreutils into uutils-master-2
2021-08-03 17:33:43 -07:00
Sylvestre Ledru
91d48d137d
readme: update of the min rust version in the doc
2021-08-02 23:38:41 +02:00
Tyler
416488c560
Edits README.
...
- Moves dd from To Do, to Semi-Done
2021-07-02 11:57:35 -07:00
Michael Debertol
9b8150d283
uutils: document completions in the readme
2021-06-25 21:23:45 +02:00
flip1995
b7061d1817
README: Cleanup utility list
...
In PR #2300 an old commit got merged putting back utilities that were
already implemented into "To Do". This commit reverts this. In addition
it moves `numfmt` to Semi-Done and sorts the Semi-Done column
alphabetically.
This should now be the up-to-date list of utilities. There are 96
utilities in Done or Semi-Done and `ls -1 src/uu | wc -l` also outputs
96.
2021-06-04 16:29:32 +02:00
Sylvestre Ledru
e7f5916864
gnu/ci: allow to run a single gnu test (and document it)
2021-06-02 23:48:13 +02:00
Sylvestre Ledru
badf7aacb7
Merge pull request #2300 from tertsdiepraam/pr
...
Implement `pr` (resurrection of the resurrected PR)
2021-05-31 21:14:57 +02:00
Roy Ivy III
d65eecc034
docs/README ~ fix markdownlint complaints
2021-05-31 08:23:58 -05:00
Roy Ivy III
6232c76451
docs/README ~ fix spelling + add spell-checker exceptions
2021-05-31 08:23:58 -05:00
Terts Diepraam
bc1870c0a7
Merge branch 'master' into pr
2021-05-29 19:21:31 +02:00
Terts Diepraam
052ee22ce0
Bump MSRV to 1.43.1
2021-05-27 18:20:15 +02:00
Sylvestre Ledru
ddcd6be37a
gnu: document how to run the tests
2021-05-22 09:33:17 +02:00
Sylvestre Ledru
6aee792a93
Remove travis CI
...
* it is redundant with github action
* less integrated
* fails someone for some unexpected reasons
* it is blocking code coverage results ?!
2021-05-11 09:30:46 +02:00
David CARLIER
219fc48487
compile_table: adding mac M1 to report.
2021-05-03 08:55:22 +01:00
Denis Isidoro
826b600470
Fix typo in README
2021-04-17 21:14:05 -03:00
Sylvestre Ledru
844e318a67
Merge branch 'master' into pr
2021-04-09 22:02:25 +02:00
Roy Ivy III
8d7d1b0f35
docs/README ~ revise build instructions for binaries
2021-04-07 21:12:31 -05:00
Roy Ivy III
d0abe9e6c9
docs/README ~ fix spelling (words and exceptions)
2021-04-07 20:38:21 -05:00
Roy Ivy III
6551d29a6e
docs/README ~ fix markdown lint complaints (*disable* commands-show-output & no-duplicate-heading)
2021-04-07 20:38:15 -05:00
Roy Ivy III
bf81f93be3
docs/README ~ fix markdown lint complaints (fenced-code-language)
2021-04-07 20:38:09 -05:00
Roy Ivy III
a309c7cab0
docs/README ~ fix markdown lint complaints (blanks-around-fences)
2021-04-07 20:38:02 -05:00
Roy Ivy III
26937b5d69
docs/README ~ fix markdown lint complaints (heading-style)
2021-04-07 20:37:52 -05:00
Roy Ivy III
04235854fa
docs/README ~ fix markdown lint complaints (no-trailing-spaces)
2021-04-07 20:37:34 -05:00
ReggaeMuffin
3bfb1afe5c
uucore: Start testing uucore
...
Before this change we never ran tests on uucore itself
meaning that is was not possible to test
functions of the shared core, only their usage
in the different binaries
This change adds running uucore to our ci, which will increase coverage for the few doctests that exist
and is extracted from #1988 where first tests for uucore will be introduced
2021-04-05 16:16:00 +01:00
Neculai Balaban
3e06882acc
loosely document supported architectures ( #1899 )
...
- add script to generate a table of bins that compile
- add section in README
2021-03-30 20:51:11 +02:00
Max Semenik
62fe68850e
pr: Fixes after rebasing
...
Only the minimum needed to:
* Make everything compile without warnings
* Move files according to the new project structure
* Make tests pass
2021-03-26 17:57:19 +03:00
tilakpatidar
837780c325
pr: pre PR tasks
2021-03-26 14:11:15 +03:00
Sylvestre Ledru
f431f58dd8
Bump min rustc to 1.40 ( #1909 )
2021-03-25 15:28:47 -07:00
Sylvestre Ledru
a9786ce528
Reword the "why" a bit ( #1903 )
2021-03-25 08:07:27 +01:00
dkg
ffcfcfeef7
tac is "semi-done" because of unimplemented ---regex ( #1901 )
2021-03-24 17:56:07 +01:00
Sylvestre Ledru
4574b2b58d
README.md: remove broken information
2021-03-15 10:24:16 +01:00
Sylvestre Ledru
15db3c99c4
README.md: add the crates.io badge
2021-03-15 10:04:09 +01:00
Sebastian Schmidt
fe56f315e4
Fix install instructions
...
error: Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package.
2021-03-09 20:51:25 +00:00
Sylvestre Ledru
5996bc340c
Be more precise in the GNU license
2021-03-09 18:43:59 +01:00
Sylvestre Ledru
a6cf251a17
Add an information about the GNU's version license
2021-03-09 18:02:51 +01:00
Chad Brewbaker
bb54669a5d
Fix macOS aarch64 compile errors ( #1724 )
2021-02-23 10:25:06 +01:00
teor
f8485b3578
Delete duplicate stty from README table
2021-01-22 09:39:36 +01:00