99 Commits

Author SHA1 Message Date
wuyudi
f0878974b1
🎉 introduce unar and lsar (#63) 2021-10-10 19:02:25 +11:00
Steve Mao
a4ad72893a
open a file in any application (#67)
* open a file in any application

* Update readme.md
2021-10-02 18:05:24 +10:00
Steve Mao
8e7a2d3b6e
add usb related commands (#66)
* add usb related commands

* Update readme.md
2021-10-02 17:45:36 +10:00
Robert Chang
e26908dff9
Merge pull request #60 from TeddyHuang-00/patch-1
Add link to simplified Chinese version
2021-08-18 23:53:36 +10:00
TeddyHuang-00
391c0971eb
Update readme.md 2021-08-13 10:32:36 +08:00
Steve Mao
8a884328db
Update readme.md 2021-08-10 14:42:47 +10:00
Steve Mao
55a15ba999
Stevemao patch 1 (#61)
* fix formatting

* Update readme.md

* fix format
2021-08-10 14:39:55 +10:00
Robert Chang
bfb6fc678c
Merge pull request #49 from MasonM/patch-1
Fix " force quit a program" to send SIGKILL
2021-08-09 00:50:19 +10:00
Robert Chang
62cd4cba54
Merge pull request #50 from ailisp/patch-1
add -l to bc
2021-08-09 00:49:44 +10:00
Robert Chang
fa9fc49765
Merge pull request #43 from CrazyPython/patch-1
Add ripgrep and glances
2021-08-09 00:48:20 +10:00
Robert Chang
9ba3e00e07
Merge pull request #51 from ZWindL/master
Added some other useful hotkeys
2021-08-09 00:46:49 +10:00
Robert Chang
e63a285bba
Merge pull request #52 from LorenzCK/patch-1
Add file launching on Windows
2021-08-09 00:43:42 +10:00
Robert Chang
2b66d54872
Merge pull request #54 from h3xx/fix-backslash
Fix backslash in ''
2021-08-09 00:43:05 +10:00
Robert Chang
5c3d391588
Merge pull request #55 from h3xx/fix-weird-character
Replace non-ASCII space
2021-08-09 00:42:36 +10:00
TeddyHuang-00
ded3934dcf
Add link to simplified Chinese version
Finished translation work of this repo, so added a link in the main repo for quick jump
2021-06-23 15:45:17 +08:00
Rohitrajak1807
dc1ab03f58 add reboot and poweroff commands 2021-04-27 22:46:43 +05:30
Dan Church
ebdab347c9
Replace non-ASCII space 2021-04-09 10:30:20 -05:00
Dan Church
f5f68e1528
Fix backslash in ''
Would create a directory with a backslash (0x5c), and a space (0x20) in
the name instead of just a space (0x20).
2021-04-09 10:26:38 -05:00
Lorenz Cuno Klopfenstein
3db2693f29
Add file launching on Windows 2021-04-09 10:15:10 +02:00
zwindl
2479664ae3 MOD: readme.md
What's new:
- add some other useful hotkeys
2021-04-09 15:11:57 +08:00
Bo Yao
81041ed648
add -l to bc
-l makes bc works with float numbers, which are expected behavior for most users:
```
~ bc
bc 1.07.1
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'. 
3/2
1
~ bc -l
bc 1.07.1
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'. 
3/2
1.50000000000000000000
```
2021-04-08 21:37:16 -07:00
Mason Malone
9b87ef87df
Fix " force quit a program" to send SIGKILL
Running `killall program_name` sends a SIGTERM signal, which a program is free to ignore:
> The sig argument is the value specified by the -s option, - signal_number option, or the - signal_name option, or by SIGTERM, if none of these options is specified.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html

To send a SIGKILL signal, you need to use `killall -9` or `killall -KILL`, which cannot be ignored.
2021-04-08 21:21:52 -07:00
Fisher Sun
c22ca1b9ee Fix typos: "DROPING" to "DROPPING" 2020-10-31 09:56:36 -04:00
Simon Goldin
844369f5ae
Fixed a typo: "Let's" -> "Lets"
"Let's" is a contraction of "let us", as in "let's use shortcuts".

"Lets" is a form of "let", meaning "allow".
2020-10-15 18:46:14 -04:00
altbdoor
45bb2861c0
use less instead of pipe from cat
- fixes #44
2020-10-03 11:09:17 +08:00
James
de9e922db3
Add ripgrep and glances 2020-09-30 13:47:10 -04:00
Steve Mao
a1b07e2b47
add brew install tree 2020-04-20 14:20:26 +10:00
Ashley Harvey
96407269ec
Replaced 'folder' with 'directory' across the whole file. (#40)
* Replaced 'folder' with 'directory' across the whole file.

* Correct case and make sure subdirectorys is corrected to subdirectories.
2020-02-26 10:39:53 +11:00
Ashley Harvey
2e8438ee6d
Merge branch 'master' into issue-27 2020-02-25 15:10:19 -08:00
Ashley Harvey
cb03649410 Prepend shell prompts. 2020-02-25 14:58:51 -08:00
Ashley Harvey
ad332a25e0
Replace ping with curl. (#41)
fixes https://github.com/you-dont-need/You-Dont-Need-GUI/issues/36
2020-02-26 09:56:06 +11:00
Ashley Harvey
623a30b54d Added ls -alrth and comments. 2020-02-23 16:25:15 -08:00
Ashley Harvey
dec70a88ea Clean up the {} syntax and add a note about it. 2020-02-23 15:39:57 -08:00
Ashley Harvey
b6f6777236 More formatting. 2020-02-23 15:38:01 -08:00
Ashley Harvey
35abb5b289 Formatting. 2020-02-23 15:35:51 -08:00
Ashley Harvey
67746fcc4d Add note about imgcat. 2020-02-23 15:23:35 -08:00
Ashley Harvey
7c0e58b908 Remove r flag from grep: that's for recursion as far as I can tell, not required when grepping a file. 2020-02-23 15:22:19 -08:00
Ashley Harvey
6acd4c52e3 Initial changes! 2020-02-23 15:21:35 -08:00
Steve Mao
6198e3b1bb
link 2020-02-16 11:53:08 +11:00
Steve Mao
415ff3341b
mention tldr 2020-02-16 11:52:35 +11:00
Steve Mao
a1c0acd47f
add unzip -l archive_name.zip 2020-02-01 10:19:54 +11:00
Steve Mao
8540c6b9cf
add zipinfo 2020-02-01 10:16:23 +11:00
Steve Mao
d83c77fa65
improve show file size/info 2020-02-01 10:06:51 +11:00
Steve Mao
26678380f4
add Spectrum link 2019-11-15 09:42:20 +11:00
Steve Mao
9838e0d5da
Update readme.md 2019-11-12 13:47:46 +11:00
Steve Mao
e8e6c587d7
remove extra text 2019-06-14 09:24:29 +10:00
Maximilian Berkmann
9c7ad7453a Update 'create a new file' (#37)
* Update 'create a new file'

* fix accidental toc change

* Reverted TOC format

* Reverted the list numbers to 1.

* Removed unneeded link
2019-04-05 20:53:00 +11:00
Steve Mao
dcd36dbbaa
add top command 2018-12-13 16:04:49 +11:00
Steve Mao
edc6a5e876
add show disk size 2018-12-13 01:19:58 +11:00
Steve Mao
ce4aee6f8c
Update readme.md 2018-11-28 15:50:50 +11:00