-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement most icons from https://github.com/Peltoche/lsd/issues/764 #765
Conversation
- PKGBUILD -- Arch Linux package manifests Didn't implement these because I couldn't find a good icon or is just downright impossible to implement - config.\* -- Configuration files - Makefile\* -- Make config - .\*_history -- History files for readline-like - .gdb_history -- GDB debugger history - .lesshst -- `less` history - Kconfig.\* -- Specific kernel config file - Kbuild.\* -- Specific kernel build file - Makefile\* -- Make config - TODO\* -- TODOs - FAQ\* -- FAQ - LEGACY\* -- Legacy statement - var/ -- Variable files - mnt/ -- Mounts - proc/ -- Processes - usr/ -- Universal system repository - dev/ -- Device files - boot/ -- Bootloader files - opt/ -- Optional applications - sys/ -- System files - src/ -- source code - tests/ -- Tests for code - test/ -- Test dir - Media/ -- Media dir - rc.conf -- OpenRC config - init.d/ -- OpenRC services - content/ -- Content dir - page/ -- Pages - resources/ -- Resources for programs - static/ -- Static resources - completions/ -- Shell completions - target/ -- Target files - dist/ -- Destination files - dest/ -- Destination files - .local/ -- Local files - local/ -- Local files Signed-off-by: Ari Archer <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #765 +/- ##
=======================================
Coverage 86.68% 86.68%
=======================================
Files 44 44
Lines 4332 4332
=======================================
Hits 3755 3755
Misses 577 577
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
(omg you can press on the checkboxes to check the TODO items, just noticed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Just a few nits.
PS: do sort the list at the end.
Co-authored-by: Abin Simon <[email protected]>
resolved the comments, I made an issue: #767 |
CI is failing, but not my fault
|
@TruncatedDinoSour , let me take care of the CI. Seems like there is a conflict. Can you rebase the changes you have on top of current master. Will need that to merge in the PR. Let me know if you need any help with rebasing. :D |
excuse my stupidity, how do I do that LMFAO, I mean I can try to seperate Found this brb https://stackoverflow.com/questions/7297379/how-do-you-rebase-the-current-branchs-changes-on-top-of-changes-being-merged-in Didn't work ari@ari-gentoo (master) lsd % g pull
Enter passphrase for key '/home/ari/.ssh/id_ed25519':
remote: Enumerating objects: 87, done.
remote: Counting objects: 100% (87/87), done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 87 (delta 46), reused 51 (delta 29), pack-reused 0
Unpacking objects: 100% (87/87), 46.53 KiB | 330.00 KiB/s, done.
From github.com:TruncatedDinosour/lsd
d433b30..ab5b5de master -> origin/master
Updating d433b30..ab5b5de
Fast-forward
.github/workflows/CICD.yml | 2 +-
CHANGELOG.md | 12 +++++---
Cargo.lock | 69 +++++++++++++++++++++++++++++++++++++++----
Cargo.toml | 2 +-
build.rs | 4 +--
src/app.rs | 6 ++++
src/flags/display.rs | 22 ++++++++++++++
src/main.rs | 2 +-
src/meta/mod.rs | 23 +++++++++++++--
src/meta/windows_utils.rs | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------
src/theme/icon.rs | 14 ++++-----
11 files changed, 248 insertions(+), 98 deletions(-)
ari@ari-gentoo (master) lsd % g rebase master
Current branch master is up to date.
ari@ari-gentoo (master) lsd % git rebase origin/master
Current branch master is up to date. |
jesus crist, how do y'all afford CI, 19 checks per change, like iirc windows CI is extremely expensive, I feel bad for your wallet |
I would personally copy all the line to clipboard, sort items in clipboard using Since you introduced a merge commit and GitHub does not seem to like it as we have only enable rebase on this repo. Could you squash all your commits into a single one and rebase one the latest master afterwards?
CI is completely free for open source projects on GitHub(and a lot of other services). |
I'm sorry, I have an IT competition tmrw, I'll do this tmrw when I get back home |
kay now this, lemme do it |
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
I want to kms |
why tf are half a shitton of lines gone in that commit |
@meain Could you help me out ? I'm unable to squash them |
Hi, I have done the squash and rebase for you, but I do not have the permission to push your repo. please check https://github.com/zwpaper/lsd/tree/squash-icons, and force push to https://github.com/TruncatedDinosour/lsd master if i did it right. |
thank you !!! |
Implement most icons from #764
TODO
Add necessary tests
Use
cargo fmt
Add changelog entry
Update default config/theme in README (if applicable)
Update man page at lsd/doc/lsd.md (if applicable)
Issue: #764
Extra
Unimplemented
Didn't implement these because I couldn't find a good icon
or is just downright impossible to implement
less
history