Commit Graph

1625 Commits

Author SHA1 Message Date
Christina Sørensen
c1379149c1
Merge branch 'master' of github.com:cafkafk/zetta into pr-fix-fish-completion-inode
Merge changes for testing
2023-07-29 05:31:30 +02:00
Christina Sørensen
3f3d6f005d fix(doc):fix README.md alignment
Fixes alignment issue of options. This was due to a missing closing div tag.

This should be a trivial change.
2023-07-29 00:06:10 +02:00
Christina Sørensen
fd79d48d29 fix(man): Update man/zetta_colors.5.md
Co-authored-by: sbatial <46973479+sbatial@users.noreply.github.com>
2023-07-29 00:05:45 +02:00
Christina Sørensen
0c8725772e fix(man): Update man/zetta.1.md
Co-authored-by: sbatial <46973479+sbatial@users.noreply.github.com>
2023-07-29 00:05:45 +02:00
Christina Sørensen
f3bf9a918f fix(man): Update man/zetta.1.md
Co-authored-by: sbatial <46973479+sbatial@users.noreply.github.com>
2023-07-29 00:05:45 +02:00
Christina Sørensen
dcbd75d91e fix(man): changed commands to be zetta
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 00:05:45 +02:00
Christina Sørensen
dabf002100 fix(man): use EXA for env vars
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 00:05:45 +02:00
Christina Sørensen
1743625e5f fix: update man files, just
This commit updates manual file templates, as well as the man-page build
script using just to reflect the interim project name.

This is necessary to provide manual files that are accurate.

It should be somewhat easy to revert revert these changes, and is
necessary to document new features as they are merged.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 00:05:45 +02:00
dawg
a4cee84b4b
fix fish completion for -i/--inode option
- looks like a copy&paste error of -g/--group
2023-07-19 23:58:02 +02:00
Denis Cornehl
0f39fffa16 release relative-datetime 2023-06-16 20:44:06 +02:00
Denis Cornehl
edc42fac2e Merge branch 'relative-datetime' 2023-06-16 20:43:47 +02:00
Denis Cornehl
872f10f9cf bump to initial zetta version 2023-06-16 20:39:32 +02:00
Denis Cornehl
27f2c6b693 start renaming exa to zetta 2023-06-16 20:35:10 +02:00
Denis Cornehl
32b2c5b2f3 add test for far future dates 2023-03-07 17:34:35 +01:00
Denis Cornehl
0bf3148db0 fix build 2023-03-07 17:34:35 +01:00
Denis Cornehl
1b54874ce8 use match for timeformat-parsing 2023-03-07 17:34:35 +01:00
Denis Cornehl
4911ac6714 add test for relative date format 2023-03-07 17:34:35 +01:00
Denis Cornehl
bb3eadb3be remove "ago" from relative dates 2023-03-07 17:34:35 +01:00
Denis Cornehl
2e9080d8b1 correctly right-align timestamp column 2023-03-07 17:34:35 +01:00
Denis Cornehl
1d950086bc Resolves #270: add support for --time-style=relative 2023-03-07 17:34:35 +01:00
Mélanie Chauvel
c697d06670
Merge pull request #1125 from Tyrubias/upgrade-and-cleanup
Upgrade both Rust version and edition (and fix some lints)
2023-03-01 15:17:36 +01:00
Victor Song
ee67110333 Update README.md 2023-02-28 22:41:51 -05:00
Victor Song
39d15a317d Update GitHub actions Rust version 2023-02-28 22:23:29 -05:00
Victor Song
8d03922e3b Addressed PR comments 2023-02-24 18:45:27 -05:00
Victor Song
eba3646b83 Grab bag of miscellaneous fixes 2023-02-24 18:29:37 -05:00
Victor Song
72b2119a34 Simplify boolean assertions in tests 2023-02-24 18:29:37 -05:00
Victor Song
bbea87db91 Avoid redundant closures when calling methods 2023-02-24 18:29:37 -05:00
Victor Song
1dc14eaff1 Avoid manually implementing repeat() with iterators 2023-02-24 18:29:37 -05:00
Victor Song
d24ca084a3 Use single char pattern for better performance 2023-02-24 18:29:37 -05:00
Victor Song
433a9a52d3 Use mutable slice instead of creating new Vec in filters 2023-02-24 18:29:37 -05:00
Victor Song
7c1878f0e4 Fix borrowing code smells 2023-02-24 18:29:37 -05:00
Victor Song
1f409793ae Use pointer::cast instead of as pointer casts 2023-02-24 18:29:37 -05:00
Victor Song
19601267cf Convert from bool to u8 using From trait 2023-02-24 18:29:37 -05:00
Victor Song
7595289698 Use unsigned_abs instead of casting from i64 to u64 2023-02-24 18:29:37 -05:00
Victor Song
2917062466 Nest OR patterns in match arms 2023-02-24 18:29:37 -05:00
Victor Song
1b844a8dfa Change pub_enum_variant_names lint to enum_variant_names 2023-02-24 18:29:37 -05:00
Victor Song
af267ba638 Use unwrap_or_else in build.rs 2023-02-24 18:29:37 -05:00
Victor Song
cd715a6e00 Safely derive Eq whenever we derive PartialEq 2023-02-24 18:29:37 -05:00
Victor Song
89bcc00e32 Upgrade to latest stable Rust and edition 2021 2023-02-24 18:29:37 -05:00
Mélanie Chauvel
f3ca1fe6f7
Merge pull request #820 from skyline75489/chesterliu/dev/win-support
Initial support for Windows
2023-02-20 14:19:47 +01:00
Mélanie Chauvel
e385cd58da
Merge pull request #1088 from cab-1729/master
Added icon for img files
2022-07-18 18:25:02 +02:00
Mélanie Chauvel
3ca40915ae
Merge pull request #1082 from TygrisIQ/master
updated links with markdown highlighting and always use https
2022-07-18 18:23:10 +02:00
cab-1729
45b6413fd0
Added icon for img files 2022-07-17 16:22:20 +05:30
TygrisIQ
577ac91513
Merge branch 'ogham:master' into master 2022-07-17 09:40:16 +03:00
TygrisIQ
d40b7b1ff4
updated unix.stackexchange link from http to https 2022-07-17 09:39:30 +03:00
TygrisIQ
21758c81ea
Update fields.rs
changed unix.stackexchange.com from http to https
2022-07-17 09:35:14 +03:00
Mélanie Chauvel
7e4944c188
Merge pull request #1076 from cab-1729/master
Use Perl icon for .pm and other Perl extensions
2022-07-16 16:17:55 +02:00
TygrisIQ
584b53bb17
updated links with markdown highlighting 2022-07-07 16:00:37 +03:00
TygrisIQ
a4b23055a8
updated links with markdown highlighting 2022-07-07 15:59:21 +03:00
TygrisIQ
863d96150d
updated the link with markdown link syntax
updated the link in the comment so it helps with generated docs
2022-07-07 15:18:04 +03:00