Commit graph

287 commits

Author SHA1 Message Date
Daniel Hofstetter
f37eb2ab92
Merge pull request #8994 from oech3/doc-uudoc
README.md: Fix about manpage generation
2025-10-29 16:55:52 +01:00
E
3a44280093
README.md: Show how to build all individual bins by cargo (#9069)
* README.md: Build all individual bins by cargo

* Improve cmd to build all ndividual bins

* README.md: remove bracket

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-10-29 15:25:00 +01:00
E
c97cd29d3e
Append .bash to completions 2025-10-27 21:19:37 +09:00
Dorian Péron
6cf658c310
README: Fix coverage badge URL (#9046) 2025-10-27 10:27:35 +01:00
E
0772737f12 README.md: Fix about manpage generation 2025-10-27 15:50:28 +09:00
Aaron Ang
2919027841 uudoc: move manpage generation away from the binary 2025-10-22 01:17:08 -07:00
E
eb80eb0b76
doc: How to build for SELinux by cargo (#8964)
Some checks are pending
CICD / MinRustV (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
2025-10-20 23:30:22 +02:00
E
788bf9259e
Document how to generate prefixed completions (#8817)
* Document how to generate prefixed completions
2025-10-05 15:13:03 +02:00
Sylvestre Ledru
568de289e3 doc: describe more the project 2025-09-02 09:27:28 +02:00
Sylvestre Ledru
e9122c59b1 doc/l10n: improve the doc 2025-09-02 09:27:28 +02:00
Francisco Torres
42fd19cd77
README.md: fix typo (Gnu -> GNU) (#7896) 2025-05-07 07:04:33 +02:00
Teal Dulcet
4f32ebd266 Updated README and documentation to use SVG graphs. 2025-05-05 09:09:09 -07:00
Sylvestre Ledru
f5eff9517f Bump MSRV to 1.85.0 2025-03-24 21:00:16 +01:00
Martin
a577108ccd
README.md: Refer to macOS when talking about the OS, not Mac the hardware 2025-03-16 13:05:14 +01:00
Nicolas Boichat
a43fd11266 Bump MSRV to 1.82.0
Fixes #7393.
2025-03-04 09:46:55 +01:00
Brandon Maier
9082f9ba57 GNUmakefile: support skipping manpages and completions
When packaging uutils for Conda-Forge and a cross-compiled architecture,
the install of completion scripts and manpages fails with the following
error.

> .../coreutils manpage arch > .../man/arch.1
> /bin/sh: .../coreutils: Bad CPU type in executable
> make: *** [GNUmakefile:349: manpages] Error 126

When cross-compiling, the `coreutils` tool will be for a different
architecture then the build platform. So we won't be able to extract the
manpages and completions.

Provide build arguments that let us skip the build and install of
manpages and completions.
2025-02-22 13:53:42 -06:00
Justin Tracey
cb3be5e3aa
Bump MSRV to 1.79 2024-12-18 14:02:42 -05:00
Daniel Hofstetter
412d4f4f15 Bump MSRV to 1.77 2024-11-18 09:20:51 +01:00
Andrew Liebenow
75895ce4d4 documentation: fix crate name in README 2024-10-19 11:43:38 -05:00
Daniel Hofstetter
d11878403c Readme: fix links to docs 2024-04-04 17:23:47 +02:00
Sylvestre Ledru
e1788f4be8
Adjust the link to the doc 2024-03-18 17:10:06 +01:00
Tom
c9f796b694
META bug: moved to project mgmt
https://github.com/uutils/coreutils/issues/3336#issuecomment-1206292911
2024-01-03 11:24:01 +01:00
Daniel Hofstetter
f0923094d2 Bump MSRV to 1.70 2023-09-04 07:18:18 +02:00
Terts Diepraam
cd9c97f705 README: update links to docs 2023-08-21 22:52:28 +02:00
Sylvestre Ledru
79b4459731
add oranda to the spell ignore 2023-07-08 00:32:32 +02:00
Terts Diepraam
357dd5fd88 initial oranda setup 2023-07-05 17:05:08 +02:00
Daniel Hofstetter
1ff1b3ac7e readme: remove LOC badge 2023-03-20 09:50:34 +01:00
Terts Diepraam
4dd618e67b README and CONTRIBUTING: markdown and spelling fixes 2023-03-14 21:53:22 +01:00
Terts Diepraam
20fcce1c21 README: remove list of utilities
This was barely being updated and categorized subjectively instead of by a useful measure, so it did more harm than good.
2023-03-14 18:12:13 +01:00
Terts Diepraam
04c7d2f60d README: rewrite description
- Remove "attempt", I think we're good enough to call it more than an attempt
- Make it more specifically about the GNU coreutils.
2023-03-14 18:12:13 +01:00
Terts Diepraam
c83f6eeadd Move testing instructions from README to CONTRIBUTING 2023-03-14 18:12:13 +01:00
Terts Diepraam
08d2492cac README: add logo and center title and logo 2023-03-14 18:12:07 +01:00
Samuel Tardieu
ffcf2b5d55 readme: advise using --locked with cargo install 2023-03-12 22:01:00 +01:00
Sylvestre Ledru
8cff0c778a Document how to build in release mode
See: https://github.com/uutils/coreutils/discussions/4466
2023-03-05 23:09:55 +01:00
Terts Diepraam
e1a98fea44
Merge pull request #4457 from sylvestre/md-check
Various improvements in the docs
2023-03-05 15:44:15 +01:00
Sylvestre Ledru
342639b57f Document how to use the manpages 2023-03-04 19:47:49 +01:00
Sylvestre Ledru
a02cb75129 Consistency in the example declaration 2023-03-04 18:44:17 +01:00
Sylvestre Ledru
422a27d375 parent 9d5dc500e6
author Sylvestre Ledru <sylvestre@debian.org> 1677865358 +0100
committer Sylvestre Ledru <sylvestre@debian.org> 1677951797 +0100

md: Fix a bunch of warnings in the docs
2023-03-04 18:43:40 +01:00
Terts Diepraam
b10950e383 Bump MSRV to 1.64 2023-02-11 13:59:50 +01:00
Terts Diepraam
9a0e47706c Fix links to documentation after moving them 2022-10-15 12:37:01 +02:00
Terts Diepraam
5c676ac268 docs: add installation page with package managers 2022-10-14 17:11:27 +02:00
Terts Diepraam
f8f3ae3c65 bump msrv to 1.60 2022-10-12 12:09:28 +02:00
Sylvestre Ledru
acef46b629 add the capability to run several tests at once 2022-09-16 10:31:01 +02:00
Sylvestre Ledru
e8ea75fc23 bump the Minimum Supported Rust Version to 1.59.0
Needed for os_str_bytes & time:

```
error: package `os_str_bytes v6.3.0` cannot be built because it requires rustc 1.57.0 or newer, while the currently active rustc version is 1.56.1
error: package `time v0.3.14` cannot be built because it requires rustc 1.59.0 or newer, while the currently active rustc version is 1.56.1
```
2022-09-07 21:26:06 +02:00
Daniel Hofstetter
11a00a5590 README: remove build badge 2022-08-21 15:01:50 +02:00
Emil Suleymanov
3d23eafc93
README: fix a typo 2022-08-20 15:03:43 +02:00
Sylvestre Ledru
f80f54aa87 all programs have been implemented, update of the README 2022-08-20 10:19:11 +02:00
Sylvestre Ledru
56c8ab8b17
Document how to run a perl test in debug mode 2022-08-14 21:19:24 +02:00
Jan Scheer
f6ecf30f35
README: add badge for MSRV
* add badge for MSRV
* use the term "Minimum Supported Rust Version (MSRV)"
2022-08-09 10:02:13 +02:00
Sylvestre Ledru
c660fc700f
Merge pull request #3757 from cakebaker/clap_update
bump clap from 3.1.18 to 3.2.15
2022-08-02 09:56:01 +02:00