Commit Graph

19 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 661ae7c87d
Remove REMOTE arg from `eshell-info-banner--executable-find'
`eshell-info-banner--executable-find' now only acts according to the
user’s preferences set with `eshell-info-banner-tramp-aware'.
2021-12-20 23:11:44 +01:00
Lucien Cartier-Tilet a2f24e4633
Merge feature/file-size-flavor into master
commit 31684ffc39217b55f775bc35b7409baf2d394bcc
Author: Lucien Cartier-Tilet <lucien@phundrak.com>
Date:   Sun Dec 19 17:15:39 2021 +0100

    Fix usage of wrong types

    Use numbers and not human-readable file sizes

commit 4627e491bff2257cf37136f00fcd2b0d2bae7279
Author: Lucien Cartier-Tilet <lucien@phundrak.com>
Date:   Sun Dec 19 17:11:10 2021 +0100

    Remove unused function

commit aea999276baad7112feb3e7868be4881af362240
Author: Lucien Cartier-Tilet <lucien@phundrak.com>
Date:   Sun Dec 19 17:11:00 2021 +0100

    Fix undefined function

commit 8afaabd33f1e7a7f0d991b72a1e4f8cb492c153b
Author: Lucien Cartier-Tilet <lucien@phundrak.com>
Date:   Sun Dec 19 16:53:16 2021 +0100

    Introduce `eshell-info-banner-file-size-flavor' custom option

    This custom variable can hold three different values:
    - nil
    - si
    - iec
    This value is passed to `file-size-human-readable', see its
    documentation for more information on the effect of this variable.

    Since the value `iec' introduces an additional character in the size
    displayed, some code is reorganized in order to keep the banner’s size
    by reducing the length of the progress bar.

    Some duplicate code is also merged in the new
    `eshell-info-banner--progress-bar-without-prefix' function.

    Update the README to reflect these changes.

    The `Customizing' heading is now separated in two:
    - one subheading for custom variables
    - one subheading for faces
2021-12-19 17:19:42 +01:00
Lucien Cartier-Tilet 08d7bc42da
Add Melpa Stable badge 2021-12-18 16:30:27 +01:00
Lucien Cartier-Tilet 312f1e3da3
Update link in REAMDE 2021-11-15 10:14:29 +01:00
Lucien Cartier-Tilet 517b9d705c
Update README, package is now in melpa
Update recipes for installing package

Add MELPA badge
2021-11-15 10:14:29 +01:00
Lucien Cartier-Tilet 36d1b981be
Fix package-lint, checkdoc and byte-compile errors
Fix byte-compile and package-lint errors as mentionned here
https://github.com/melpa/melpa/pull/7790#issuecomment-962727545

Fix a docstring that was too long, quoted `eshell-info-banner' in
three other docstrings.

Renaming functions may have introduced some breaking changes, hence
the update on the REAME. Since these were breaking changes, this
commit removes two functions as well which weren’t used internally
anymore.
2021-11-08 13:41:41 +01:00
Lucien Cartier-Tilet 27ae353336
Add installation method in the README 2021-07-13 17:57:09 +02:00
Lucien Cartier-Tilet d35516a354
Better Windows support for partition detection with duf 2021-06-18 19:26:16 +02:00
Lucien Cartier-Tilet 1635241762
Add new partitions detection method through duf
eshell-info-banner will now default to duf if it is installed and
avaliable on the system, otherwise it will default to
platform-specific implementation.
2021-06-18 18:38:11 +02:00
Lucien Cartier-Tilet e3461e6f99
README update, add CONTRIBUTING
Remove upcoming changes since nothing backward-incompatible is
upcoming, and OS and Linux distro support is already specified in
pinned issue.
2021-05-23 02:15:12 +02:00
Lucien Cartier-Tilet 6ea9c74a4e
Remove paragraph on upcoming changes already made 2021-05-15 21:03:23 +02:00
Lucien Cartier-Tilet 94ebf5b5cc
README formatting fix 2021-05-15 20:40:55 +02:00
Lucien Cartier-Tilet e7092c5846
Customize which partitions to show, close #9
New variable `eshell-info-banner-partition-prefixes' now allows for
finer filtering of user partitions.
2021-05-15 20:35:22 +02:00
Lucien Cartier-Tilet 999f170337
README update
Update information on OS support

Add information on new custom variable
2021-05-14 10:33:07 +02:00
Lucien Cartier-Tilet 6ad83f2a0d
Bump package version, add upcoming changes in README
I forgot to bump the package version in the previous commits orz
2021-04-30 16:59:42 +02:00
Lucien Cartier-Tilet 1b7ed9e9c8
Add battery level to header 2021-04-29 23:59:56 +02:00
Lucien Cartier-Tilet 7054b08123
Some more instructions on customization 2021-04-29 23:05:31 +02:00
Lucien Cartier-Tilet ba99c6cfa7
Fix README’s headings 2021-04-29 21:58:20 +02:00
Lucien Cartier-Tilet d780c3ffde
Add README 2021-04-29 21:57:30 +02:00