xonsh/xontrib
Hierosme 343ea33998
Add uname command, Update uptime comand (#3909)
* Add uname support

* Changelog addition

* Migration to platform module

* Update uptime.py for the last version
Merge the original uptime module to a single file
Change the bootime() return be stay compatible with xonsh
Add support for Haiku , suppose to close #3882
Add dependency from uptime to support to MacOS 10.10 by add _posix.c file.

* Update uptime.py for the last version
Merge the original uptime module to a single file
Change the bootime() return be stay compatible with xonsh
Add support for Haiku , suppose to close #3882
Add dependency from uptime to support to MacOS 10.10 by add _posix.c file.

* typo fix

* black reformat

* remove usage of print

* black is black

* add original test for uptime
convert original test via 2to3
black reformat tests

* strange syntaxe fixe for flaske8

* black the incredible tool it stop a bug fixe just because it THE tool it want a return for make less readable code

* flake8 the famous tool it permit to stop a big fixe without any information's about the trouble

* workaround about xonsh CI don't respect docstring specs

* RISC OS only comment thing

* black is a good jock in a CI

* black is a good jock in a CI

* roll back uptime.py

* look if we can make it work

* fixe all i understand

* add command in corutils alias

* reformat uptime.py with black

* fixe version

* try with xonsh xp.LIBC lib

* black in a CI is a stupid thing

* stupid Windows and it \r

* use os.linestep

* use newline simple wrapper

* use newline simple wrapper

* use newline simple wrapper

* use newline simple wrapper

* try osx rollback method

* fixe

* fixe

* a test on window via the CI because i haven't the OS

* a test on window via the CI because i haven't the OS

* a test on window via the CI because i haven't the OS

* fix: black: format

* refactor: update uname command

now has auto-completions

* docs: update news item and fix qa error

* refactor: remove unused file

* fix: qa imports

* refactor: update getting boottime

fallback to monotonic time on unix

* fix: update haiku compatibility in uptime

* refactor: add uptime to aliases

* refactor: move xoreutils tests

* fix: call aliases using xonsh

Co-authored-by: Tuux <tuxa@rtnp.org>
Co-authored-by: Noortheen Raja <jnoortheen@gmail.com>
2022-01-08 18:28:46 +05:30
..
abbrevs.py feat: add flake8-bugbear (#4288) 2021-05-26 23:15:34 +03:00
autovox.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
bashisms.py pre-commit hook for pyupgrade (#4583) 2021-12-06 14:42:26 -05:00
coreutils.py Add uname command, Update uptime comand (#3909) 2022-01-08 18:28:46 +05:30
distributed.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
fish_completer.py fix: append space at the end of completions (#4611) 2021-12-23 18:27:37 +05:30
free_cwd.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
jedi.py pre-commit hook for pyupgrade (#4583) 2021-12-06 14:42:26 -05:00
mpl.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
mplhooks.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
pdb.py Add xontrib-pdb. Runs pdb on SIGUSR1. 2020-06-05 13:35:53 +02:00
prompt_ret_code.py pre-commit hook for pyupgrade (#4583) 2021-12-06 14:42:26 -05:00
README interim add 2016-05-11 00:42:36 -04:00
vox.py feat: add upgrade command 2021-12-23 06:32:47 +05:30
voxapi.py update test xsh usage (#4581) 2022-01-07 17:33:22 -05:00
whole_word_jumping.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
xog.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00

xontrib is an implicit namespace package. DO NOT add an __init__.py file
to this directory.

Feel free to add both *.xsh and *.py files to the directory, they will be
installed and available.