Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ruSt ANsi16 Color Test utIliTY. Mirror ofhttps://codeberg.org/papojari/sanctity

NotificationsYou must be signed in to change notification settings

auroraanna/sanctity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

sanctity is an acronym for rustansi16colortest utility.

It prints your own text or the default text in all of the 16 terminal colors. It does that 16 times, each time with another one of the colors as the background color.

You can also specify if the background colors should be in columns or rows.

Installation

Prerequisites

sanctity should work on any system with a shell that supports running binaries and with a terminal emulator that supports colored output.

Packages

Operating SystemPackage ManagerPackageCommand
VariousCargosanctitycargo install sanctity
Arch Linuxpacmansanctitygit clone https://aur.archlinux.org/sanctity.git && cd sanctity && makepkg -sri
NixOS,Linux,macOSNixsanctitynix-env -iA nixos.sanctity ornix-env -iA nixpkgs.sanctity

package version table

Running

Seethe installation section for how to install sanctity on your computer.

Run sanctity withsanctity.

Usesanctity --help to look up how to pass options to sanctity.

API

This program usesSemantic Versioning. Therefore an API has to be defined:The API or the means of interacting with this program are the the command line options and the command line output. Excluded are name, version and about in the--help.

If layouts are removed a major version will be released. However if layouts are added then that is considered backwards compatible and a major version will not be released.

So if changes are made to the exceptions then there will be no major or minor release because they are not part of the API. Thus if your program interacts with this one and uses features outside of the API you may expect them to break in between major releases.

License

©️ 2022 papojarimailto:papojari-git.ovoid@aleeas.comhttps://matrix.to/#/@papojari:artemislena.euhttps://papojari.codeberg.page

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.

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 Lesser General Public License version 3 along with this program. If not, seehttps://www.gnu.org/licenses/.


[8]ページ先頭

©2009-2025 Movatter.jp