Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-cheat-devel | Distribution: Fedora Project |
Version: 4.2.2 | Vendor: Fedora Project |
Release: 8.fc39 | Build date: Wed Jul 19 17:40:48 2023 |
Group: Unspecified | Build host: buildvm-x86-32.iad2.fedoraproject.org |
Size: 104407 | Source RPM: cheat-4.2.2-8.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/cheat/cheat | |
Summary: Cheatsheets created by comunity for cheat |
Cheat allows you to create and view interactive cheatsheets on the command- line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/cheat/cheat
MIT
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 4.2.2-5 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 4.2.2-4 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/golang-github-cheat-devel /usr/share/doc/golang-github-cheat-devel/CONTRIBUTING.md /usr/share/doc/golang-github-cheat-devel/README.md /usr/share/doc/golang-github-cheat-devel/docopt.txt /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/cheat /usr/share/gocode/src/github.com/cheat/cheat /usr/share/gocode/src/github.com/cheat/cheat/.goipath /usr/share/gocode/src/github.com/cheat/cheat/CONTRIBUTING.md /usr/share/gocode/src/github.com/cheat/cheat/README.md /usr/share/gocode/src/github.com/cheat/cheat/cmd /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_directories.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_edit.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_init.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_list.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_remove.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_search.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_tags.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/cmd_view.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/main.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/str_config.go /usr/share/gocode/src/github.com/cheat/cheat/cmd/cheat/str_usage.go /usr/share/gocode/src/github.com/cheat/cheat/doc /usr/share/gocode/src/github.com/cheat/cheat/doc/cheat.1.md /usr/share/gocode/src/github.com/cheat/cheat/go.mod /usr/share/gocode/src/github.com/cheat/cheat/internal /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/cheatpath.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/filter.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/filter_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/validate.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/validate_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/writeable.go /usr/share/gocode/src/github.com/cheat/cheat/internal/cheatpath/writeable_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config /usr/share/gocode/src/github.com/cheat/cheat/internal/config/color.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/color_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/config.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/config_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/init.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/init_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/path.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/path_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/paths.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/paths_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/validate.go /usr/share/gocode/src/github.com/cheat/cheat/internal/config/validate_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display /usr/share/gocode/src/github.com/cheat/cheat/internal/display/faint.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/faint_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/indent.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/indent_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/underline.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/underline_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/display/write.go /usr/share/gocode/src/github.com/cheat/cheat/internal/frontmatter /usr/share/gocode/src/github.com/cheat/cheat/internal/frontmatter/frontmatter.go /usr/share/gocode/src/github.com/cheat/cheat/internal/frontmatter/frontmatter_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/installer /usr/share/gocode/src/github.com/cheat/cheat/internal/installer/clone.go /usr/share/gocode/src/github.com/cheat/cheat/internal/installer/prompt.go /usr/share/gocode/src/github.com/cheat/cheat/internal/installer/run.go /usr/share/gocode/src/github.com/cheat/cheat/internal/mock /usr/share/gocode/src/github.com/cheat/cheat/internal/mock/path.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/colorize.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/colorize_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/copy.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/copy_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/search.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/search_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/sheet.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/sheet_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/tagged.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheet/tagged_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/consolidate.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/consolidate_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/filter.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/filter_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/load.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/load_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/sort.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/sort_test.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/tags.go /usr/share/gocode/src/github.com/cheat/cheat/internal/sheets/tags_test.go /usr/share/licenses/golang-github-cheat-devel /usr/share/licenses/golang-github-cheat-devel/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 21:55:09 2024