mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
docs: create new adaptive svg logo
This commit is contained in:
parent
282774a3ef
commit
dfd0bf1d6d
5 changed files with 184 additions and 14 deletions
|
@ -1,20 +1,49 @@
|
|||
{{#include logo.svg}}
|
||||
|
||||
<style>
|
||||
/* Make the logo a bit bigger and center */
|
||||
#logo {
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* This is necessary to get the <use> tags to obey the CSS styles below */
|
||||
g, polygon {
|
||||
fill: inherit;
|
||||
stroke: inherit;
|
||||
}
|
||||
|
||||
/* Set the circle to the foreground color of the theme */
|
||||
#gear circle {
|
||||
stroke: var(--fg);
|
||||
}
|
||||
|
||||
/* Set the stroke of polygons and the copies (via use) */
|
||||
#gear polygon,
|
||||
#gear use {
|
||||
fill: var(--fg);
|
||||
stroke: var(--fg);
|
||||
}
|
||||
</style>
|
||||
|
||||
# uutils Coreutils Documentation
|
||||
|
||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||
utilities in [Rust](https://www.rust-lang.org). It is available for
|
||||
Linux, Windows, Mac and other platforms.
|
||||
uutils is an attempt at writing universal (as in cross-platform) CLI utilities
|
||||
in [Rust](https://www.rust-lang.org). It is available for Linux, Windows, Mac
|
||||
and other platforms.
|
||||
|
||||
The API reference for `uucore`, the library of functions shared between
|
||||
various utils, is hosted at
|
||||
[docs.rs](https://docs.rs/uucore/latest/uucore/).
|
||||
The API reference for `uucore`, the library of functions shared between various
|
||||
utils, is hosted at [docs.rs](https://docs.rs/uucore/latest/uucore/).
|
||||
|
||||
uutils is licensed under the [MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE).
|
||||
uutils is licensed under the
|
||||
[MIT License](https://github.com/uutils/coreutils/blob/main/LICENSE).
|
||||
|
||||
## Useful links
|
||||
* [Releases](https://github.com/uutils/coreutils/releases)
|
||||
* [Source Code](https://github.com/uutils/coreutils)
|
||||
* [Issues](https://github.com/uutils/coreutils/issues)
|
||||
* [Discord](https://discord.gg/wQVJbvJ)
|
||||
|
||||
> Note: This manual is automatically generated from the source code and is
|
||||
> a work in progress.
|
||||
- [Releases](https://github.com/uutils/coreutils/releases)
|
||||
- [Source Code](https://github.com/uutils/coreutils)
|
||||
- [Issues](https://github.com/uutils/coreutils/issues)
|
||||
- [Discord](https://discord.gg/wQVJbvJ)
|
||||
|
||||
> Note: This manual is automatically generated from the source code and is a
|
||||
> work in progress.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue