183 Commits

Author SHA1 Message Date
f9619440da Add terminal trick
Record a terminal session
2025-04-03 10:53:58 +08:00
3199d638ae fix command #last and add new commands for #System and #Others 2024-08-29 19:39:32 +00:00
80c5012f38 add commands for #Networking 2024-08-29 18:51:24 +00:00
6479b26656 fix command for #Check if a variable is null 2024-08-29 18:14:01 +00:00
7cfb4e286c Merge pull request #53 from fox-forks/hyperupcall-whitespace-consistent
Make formatting and names more consistent
2024-08-30 01:49:04 +08:00
88e095d5fc Make formatting and names more consistent
Signed-off-by: Edwin Kofler <edwin@kofler.dev>
2023-11-18 13:47:16 -08:00
212326d7a3 Add example for sed
Add a line after the line that matches the pattern (e.g. add a new line with "world" after the line with "hello")
2023-08-11 00:25:22 +08:00
6576e5a685 remove pgrep, fixing #40 2023-03-16 09:43:50 +00:00
a85131614c modify description for $_ 2023-03-16 07:05:25 +00:00
520f053c08 Merge pull request #38 from sarlej/add-$_
Add '$_'
2023-03-16 15:02:21 +08:00
3e6bbf7c20 fix issue #36 2023-03-15 10:02:31 +00:00
29902039d8 remove duplicated command 2023-03-15 09:38:46 +00:00
b6ff5a9fcc edit command order 2023-03-15 08:19:29 +00:00
1c5bd35608 update vi-mode #39 2023-03-15 08:18:16 +00:00
6054869173 Merge pull request #39 from mtatton/master
[ vi ] readline vi mode
2023-03-15 16:15:29 +08:00
a67ee7e167 update ctrl key order 2023-03-15 07:44:51 +00:00
58b858888a modify description for #41 2023-03-15 07:41:55 +00:00
9ae2d9403b Merge pull request #41 from 5c077m4n/add-ctrl-z-term-cmd
Add `Ctrl + z` command description
2023-03-15 15:40:24 +08:00
55fc47b685 modify output example for #43 2023-03-15 07:37:37 +00:00
ca89df83dc Merge pull request #43 from chapmanjacobd/patch-1
include full output
2023-03-15 15:34:45 +08:00
1b42d476e4 add example for mktemp 2023-03-15 07:29:08 +00:00
5d5b83b7b8 Merge pull request #44 from chapmanjacobd/patch-2
add mktemp
2023-03-15 15:17:21 +08:00
671c0eb16f update comment 2023-03-11 17:16:29 +00:00
51d112b5ce Merge pull request #45 from chapmanjacobd/patch-3
Use ctrl+d instead of ctrl+c
2023-03-12 01:14:06 +08:00
40c3b7d7b8 update title for bash strict mode, add command to turn it off 2023-03-11 17:08:42 +00:00
6ecdb7b85e Merge pull request #46 from chapmanjacobd/patch-4
add more info about BASH options
2023-03-12 00:58:05 +08:00
23a1efa249 add examples for 'current time point for N days ago or after N days' 2023-03-11 16:21:26 +00:00
a606d6be45 Merge pull request #48 from PoplarYang/master
fix typo '//dev/shm/200m' and  add 'current time point for N days ago or after N days'
2023-03-12 00:07:23 +08:00
16197f576e Merge pull request #29 from siansiansu/formatExampleCode
format bash commands
2023-03-11 16:40:42 +08:00
5f0c40efc5 Add Ctrl + z command desc
Signed-off-by: Roee Shapira <roee.shapira@tensorleap.ai>
Signed-off-by: Roee Shapira <ro33.sha@gmail.com>
2022-05-24 01:17:25 +03:00
232900349a fix typo
Co-authored-by: kang <1115610574@qq.com>
2022-05-17 18:07:22 +08:00
3cf8bdfe46 add 'current time point for N days ago or after' 2022-05-16 00:33:16 +08:00
794d4ba7b3 fix typo "//dev/shm" 2022-05-16 00:13:47 +08:00
3276c74d49 add more info about BASH options 2022-05-14 16:08:29 -05:00
f459755ade Use ctrl+d instead of ctrl+c 2022-05-14 13:10:26 -05:00
57085df9be add mktemp 2022-05-14 12:54:23 -05:00
7d1c903031 include full output 2022-05-14 12:18:16 -05:00
7d33353ca8 make some parts of example code more consistent
Signed-off-by: alexsu <alexsu@17.media>
2022-05-10 12:21:11 +08:00
a59f19e9cf [ vi ] readline vi mode
Signed-off-by: Unknown <dev@null>
2022-05-09 20:14:34 +02:00
c3a29f735a vi edit mode
Signed-off-by: Unknown <dev@null>
2022-05-09 20:14:34 +02:00
ebfb8f1be1 Create README.md
Add '$_'  it contains last of parameterers of recent command.
2022-05-09 13:32:42 +02:00
a59c8598b0 edfixed grep command "Regex with or without a certain character" 2022-05-09 00:18:05 +08:00
c70067d38f edRemove ‘ ’ style quotes from README.ME 2022-05-09 00:15:04 +08:00
bca6221ed3 edadd comm in "data wrangling" 2022-05-09 00:01:41 +08:00
0103101550 edit "Run last command" 2022-05-08 23:35:19 +08:00
bab726081b fixed example for Variable command 2022-05-08 23:33:28 +08:00
7d40456576 fixed content order 2022-05-08 23:07:47 +08:00
ab2ecc058d fixing example output for look command 2022-05-08 01:38:02 +08:00
9dbc77ba6e Merge pull request #28 from NateEag/patch-1
Fix typo in README.md (singer -> single)
2022-05-08 01:32:45 +08:00
8b2e16f0c1 Merge pull request #33 from JacksonBailey/patch-1
Variable substitution changes
2022-05-08 01:30:26 +08:00
18134f72c9 Merge pull request #30 from ember91/master
Fix spelling errors
2022-05-08 01:20:06 +08:00
b1137da792 Merge pull request #24 from linus/patch-2
Use correct quoting
2022-05-08 01:04:52 +08:00
b912cc99bf Merge pull request #23 from linus/patch-1
Use equivalent regex with PCRE
2022-05-08 01:02:27 +08:00
b07665cb43 Merge pull request #22 from herrcykel/patch-1
Simplify glob expression
2022-05-08 00:58:25 +08:00
7010074d16 Merge pull request #35 from chapeupreto/fixes
fix typo and markdown formatting issues
2022-05-08 00:54:56 +08:00
12023778bd fix typo and markdown formatting
Signed-off-by: Rod Elias <rodiney@gmail.com>
2022-05-06 10:50:27 -03:00
dc268515b7 Variable substitution changes
Clarify documentation and give a few more examples
2022-05-04 15:58:25 -04:00
d2549128c7 Fix spelling errors
Signed-off-by: Emil Berg <emil.berg@ericsson.com>
2022-05-04 07:50:27 +02:00
bd9a732dba Correct the description of Esc + c (Alt+c)
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2022-05-04 07:47:31 +02:00
c136e0f36f Fix typo in README.md (singer -> single) 2022-05-03 21:45:55 -04:00
O
8ab7cf7a6d Simplify glob expression
Signed-off-by: O <herrcykel@users.noreply.github.com>
2022-05-03 22:15:57 +02:00
a97dcf2a3b Use equivalent regex with PCRE
Use the equivalent regex with PCRE.

`[0-9]*` (and `\d*`) will output each integer, e.g.:

```bash
echo 17 | grep -o '[0-9]*'
```

Whereas `\d` will split it into digits, e.g.:

```bash
echo 17 | grep -oP '\d'
```

Signed-off-by: Linus G Thiel <linus@yesbabyyes.se>
2022-05-03 22:02:09 +02:00
0f5fa26f06 Use correct quoting
Unquote the sed expression.

Signed-off-by: Linus G Thiel <linus@yesbabyyes.se>
2022-05-03 22:01:42 +02:00
c2b96736bd Merge pull request #21 from Strahinja/master
Correct the description of Esc + c (Alt+c, M-c)
2022-05-03 12:21:52 +08:00
8dcfa4904b Correct the description of Esc + c (Alt+c)
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2022-01-26 18:17:03 +01:00
ce13d4af19 Merge pull request #20 from valerionew/patch-1
Swap * and ? in bash globbing sections to match with correct comments
2021-08-13 19:03:16 +08:00
81ec32bfb9 Swap * and ? in bash globbing sections to match with correct comments
Signed-off-by: valerionew <valerionappi995@gmail.com>
2021-07-01 15:05:55 +02:00
954f42c06a fixed typo in file name
xargs using With sed
2021-05-16 16:17:31 +08:00
c1c3f8bcb5 Merge pull request #19 from WardMaes/master
Add instructions to exit virtual environment
2021-05-06 17:30:17 +08:00
26db64f1b2 Add deactivate command
Signed-off-by: Ward <WardMaes@users.noreply.github.com>
2021-04-11 11:40:52 +02:00
5e32496e5d Merge branch 'master' of https://github.com/onceupon/Bash-Oneliner 2021-03-16 22:10:53 +08:00
f1e9f30e78 + find 1. Recursively count all the files in a directory
+ Condition and loop
1.  Using test command, to test if the length of variable is nonzero

+ Others
1. Create a screen and name it 'test'

+ Time
1. Get the seconds since epoch (Jan 1 1970) for a given date (e.g Mar 16 
2021)
2. Convert the number of seconds since epoch back to date

+ fix some markdown syntax issue
2021-03-16 22:10:49 +08:00
248ae4c50e Merge branch 'master' of https://github.com/onceupon/Bash-Oneliner 2021-03-16 22:08:23 +08:00
5740e44d62 + find 1. Recursively count all the files in a directory
+ Condition and loop
1.  Using test command, to test if the length of variable is nonzero

+ Others
1. Create a screen and name it 'test'

+ Time
1. Get the seconds since epoch (Jan 1 1970) for a given date (e.g Mar 16 
2021)
2. Convert the number of seconds since epoch back to date

+ fix some markdown syntax issue
2021-03-16 22:08:02 +08:00
19d402cc84 + find
1. Recursively count all the files in a directory

+ Condition and loop
1.  Using test command, to test if the length of variable is nonzero

+ Others
1. Create a screen and name it 'test'

+ Time
1. Get the seconds since epoch (Jan 1 1970) for a given date (e.g Mar 16 
2021)
2. Convert the number of seconds since epoch back to date

+ fix some markdown syntax issue
2021-03-16 22:03:57 +08:00
244a568bd7 fix typo mentioned in issue https://github.com/onceupon/Bash-Oneliner/issues/18 2021-03-16 20:13:56 +08:00
093edef55a + time
returns the current time with nanoseconds.
2021-03-16 19:43:41 +08:00
8b505a4dc5 Merge pull request #16 from fazlearefin/master
Use curl for http status code and reveal a shortened url
2020-09-08 13:28:35 +08:00
1e10f6f269 Use curl to unshorten a shortened URL 2020-08-29 21:22:59 +10:00
4b2167dca3 Use curl to find out the http status code of a URL 2020-08-29 21:21:09 +10:00
b396c45634 fix markdown 2020-07-19 23:42:01 +08:00
f7850ce5c4 fix styling 2020-07-19 23:39:57 +08:00
5e8aa86062 fix styling 2020-07-19 23:39:00 +08:00
8cdf69d5c5 fix header 2020-07-19 23:36:11 +08:00
e1a3a2a25d update
- Get UUID of a disk (e.g. sdb)
2020-07-19 23:28:25 +08:00
708ed78958 Networking
- To block port 80 (HTTP server) using iptables.
2020-07-19 23:18:25 +08:00
c434421b77 System
-  Check status of a process using PID
2020-07-19 23:13:06 +08:00
d6a31731d7 System
- Set the default user and key for a host when using SSH
2020-07-19 23:06:03 +08:00
27da2e897b update
- Edit PS1 variable for bash
2020-07-19 22:58:30 +08:00
ad6e6112f1 Find
- Find large files in the system (e.g. >4G)
2020-07-19 22:55:29 +08:00
ddd2d3aa1f Others
- List one file per line.
2020-07-19 22:52:32 +08:00
f6be60886d Condition and loop
- Make directories listed in a file
2020-07-19 22:45:24 +08:00
cbe90cb99f System
- Check for package update
2020-07-19 22:40:49 +08:00
7aba786152 Networking
- Scan for open ports and OS and version detection
2020-07-19 22:38:34 +08:00
7e9a091b3f Networking
- Nc as a chat tool!
2020-07-19 22:32:08 +08:00
39fbcae0b7 Others
- Zip the content of a directory without including the directory itself
2020-07-19 22:28:38 +08:00
fe139c35d1 System
- Run yum update excluding a package
2020-07-19 22:18:48 +08:00
e17743e9b9 edit
- Which ports are listening for TCP connections from the network
2020-07-19 22:16:45 +08:00
3d6f8bcda1 Time
- Print date with formatting
2020-07-19 22:14:19 +08:00
8e6a0f8eb9 Networking
- Perform network throughput tests
2020-07-19 22:12:40 +08:00
8ed1acc61b System
- Work with yum history
2020-07-19 21:40:03 +08:00
3571593f1b update
- Get DNS TXT record a of domain
2020-07-19 21:28:12 +08:00
ea0d9bbd5b Networking
- Get DNS TXT record a of domain
2020-07-19 21:25:51 +08:00
46bda81c1a Networking
- resolve a domain to IP address
2020-07-19 21:22:40 +08:00
d7a768c446 rearrange orders 2020-07-19 21:15:06 +08:00
6c083c518e Data wrangling
- Delete all non-printing characters
2020-07-19 21:13:37 +08:00
0df09b76c3 Networking
- Look up website information (e.g. name server), searches for an object
in a RFC 3912 database.
2020-07-19 20:47:49 +08:00
640fb02686 edit
- List only directory
2020-07-19 20:43:22 +08:00
5f04d6349c Time
- Print date in %Y-%m-%d
2020-07-19 20:36:59 +08:00
de26eeae47 update intro 2020-07-19 00:08:43 +08:00
65e0abdff5 lint 2020-07-19 00:02:03 +08:00
4b6247a712 Xargs
- Prompt commands before running commands
2020-07-18 23:48:32 +08:00
328bd53614 Networking
- Check connection to host
2020-07-18 23:42:09 +08:00
8b0d9aa44a Networking
- Print the route packets trace to network host
2020-07-18 23:38:19 +08:00
5b12320bc9 Networking
- Send a ping with a limited TTL to 10
2020-07-18 23:17:25 +08:00
61d2422c53 Networking
- Check if a host is up and scan for open ports, also skip host
discovery.
2020-07-18 23:02:20 +08:00
0aef9e7537 System
-  Reading from journal file
2020-07-18 22:53:12 +08:00
fdae9e9013 System section
- Performance monitoring tool - sar
2020-07-18 22:50:56 +08:00
7857f80844 update "Find empty (0 byte) files" 2020-07-18 22:37:25 +08:00
ba73fb49d2 Merge pull request #15 from fazlearefin/master
Use find to find and delete empty files
2020-07-18 22:35:31 +08:00
94defb0184 add to "time"
- sleep a random duration

Signed-off-by: bonnie <nim.1111.ou@gmail.com>
2020-07-18 22:34:09 +08:00
77c45a8784 Use find to find and delete empty files 2020-05-24 00:12:17 +10:00
abed667be3 add to "time"
- sleep a random duration
2020-02-15 23:53:37 +08:00
4d017c2d4d add "system" and "other" commands:
- auditctl
- df
- identify
2020-02-15 23:32:16 +08:00
30e7fd0280 add fallocate command to "Others" 2020-01-10 01:05:47 +08:00
6e8910bdd4 add SSH Agent Forwarding to "System" 2020-01-10 00:58:15 +08:00
d7b5a2c2d9 fix missing quotes 2020-01-03 00:16:43 +08:00
a24037ba8a Add "networking" and "server" commands:
- SELinux statux
- resolve domain to IP
- show SSL of a domain
2020-01-03 00:14:40 +08:00
f02230af71 Command for generating an UUID 2019-11-04 23:01:14 +08:00
00403b5101 add ssh commands to 'System' 2019-11-04 00:08:19 +08:00
2bc547cfbd Merge pull request #14 from ivothgle/patch-1
Update http to https
2019-10-28 13:46:53 +08:00
8848b16b80 Update http to https
Replace safer https to avoid hijacking on some networks
2019-10-27 18:05:19 +08:00
b9a7d4bbed Add commands for 'others'
- look
- cal
- Forces applications to use the default language for output
- add some output examples
2019-10-24 22:19:51 +08:00
3ca70751ab add command to 'system' section
printing last reboot history
2019-10-24 20:58:55 +08:00
b26a489a1a Add new 'Data wrangling' section
- Move some 'Others' commands to a new 'Data wrangling' section, which contains bash one-liners for parsing data and files.
- Remove some repeated commands
- add detailed description for some commands
2019-10-22 00:07:26 +08:00
67a9837f58 more description on xargs show limits
add output form the command `xargs --show-limits`
2019-10-20 00:26:26 +08:00
e4d4083a27 edit introduction, rearrange commands 2019-10-20 00:15:38 +08:00
ca02a5bccd fix typo 2019-10-18 18:24:12 +08:00
bd4f9c4b0e fix typo 2019-10-18 18:23:26 +08:00
88c21b27d6 add commands for 'others' section
bash auto-complete, fc
2019-10-18 18:22:19 +08:00
895c9dab1f Merge pull request #13 from simeg/fixes
Minor various fixes
2019-10-04 13:54:25 +08:00
3f0f874b2c Spelling fixes
Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
c44a68b096 Give additional context for bash tip
Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
3745cd6371 Remove whitespace characters
Don't worry I didn't do this by hand

Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
816dfa96f5 add command for 'system'
Follow the most recent logs
2019-09-26 22:02:58 +08:00
dbd01d0d40 add 'System' command
add pgrep for checking whether a process is running
2019-09-12 10:20:31 +08:00
60ed6bfba6 Merge pull request #12 from onceupon/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2019-09-09 10:14:26 +08:00
f27a4e1b9f Create CODE_OF_CONDUCT.md 2019-09-09 10:14:03 +08:00
e24959113a add commands in 'Other'
Repeat printing string n times
2019-09-06 18:08:52 +08:00
b6997413d3 update introduction 2019-09-04 16:32:10 +08:00
3bab1594ae add command to Random section
Random generate password (e.g. generate 5 password each of length 13)
2019-08-15 18:38:57 +08:00
055bbc8790 add to "variable" section
eval command to expand and execute variables
2019-07-10 16:40:14 +08:00
0f1f62f507 add 'system' section
1. Eliminate the zombie
2. Show memory usage
2019-07-09 10:49:04 +08:00
ef9141b0a3 add to 'download'
- add 'Follow any redirect until it reaches the final destination'
- remove a command for installing python dependencies.
2019-07-02 15:30:21 +08:00
554ac88321 add to others
Do not echo the trailing newline
2019-07-02 15:09:38 +08:00
85f342fb20 add to 'Others'
Encode strings as Base64 strings
2019-07-02 15:03:47 +08:00
931dc30a41 add some common environment variables 2019-06-11 14:22:34 +08:00
8f7169db16 Merge pull request #11 from dimisjim/origin/patch-1
add clear trick
2019-06-10 09:52:15 +08:00
7ce55e3e72 add clear trick
Signed-off-by: dimisjim <dimitris.moraitidis@gmail.com>
2019-06-07 14:21:39 +03:00
ec0ff9371c Merge pull request #9 from HanEmile/patch-1
added the python3 way to the python server
2019-06-03 14:18:02 +08:00
b1cced62ac added the python3 way to the python server
Signed-off-by: Emile <hanemile@protonmail.com>
2019-06-02 12:34:06 +02:00
83cd707f93 add others
Run multiple commands in background
2019-05-31 18:23:54 +08:00
d8fed85f58 edit description for 'shopt' command 2019-05-17 15:59:33 +08:00
834ff1bfbb fix 'back to top' link 2019-05-16 23:53:13 +08:00
2bc18431d9 fix 'back to top' link 2019-05-16 23:50:25 +08:00
f5f7b2bd55 Add another example for tree
set level directories deep
2019-05-16 15:50:37 +08:00
7910b94f25 Add command for system
Display file status (access, modify and change time) of a file using `stat`
2019-05-16 12:02:20 +08:00
a3f07d0c75 fix typo 2019-05-16 11:52:54 +08:00
75d512518e Add commands for 'system' section
New commands:
lsusb, lsmod, rmmod, modprobe, pstree, dmesg, chkconfig, systemctl, partprobe, mount, idconfig, idd, chsh, unalias, shopt, chroot, nohup, uptime, nice
2019-05-16 11:51:30 +08:00
719fdbb5eb Update README.md 2019-05-15 01:40:01 +08:00
7d539c3c1d Update README.md 2019-05-15 01:39:35 +08:00
2350f389ba Update README.md 2019-05-15 01:39:23 +08:00
8219df4f9b Delete googledcd3095108df68e4.html 2019-05-15 01:26:30 +08:00
a31f63e247 Verification for google search control 2019-05-15 01:25:20 +08:00
48ad4c86ee rename repo 2019-05-15 00:52:38 +08:00
f86d9ebf36 [hot fix] comment out descriptions 2019-05-14 17:27:13 +08:00
89290279a4 Add CPU IO and network monitoring on [system] 2019-05-14 15:22:30 +08:00
c64c6fbf50 add more bash globbing examples 2019-05-14 12:30:18 +08:00
1f64f38cc5 fix typos 2019-05-14 12:22:35 +08:00
f19e1eb7fd edit bash globbing 2019-05-14 12:21:42 +08:00
8a552221bc Merge pull request #8 from acmello/bash-inference
expand documentation for terminal tricks
2019-05-14 12:17:57 +08:00
babd99b730 expand documentation:
* Add session about bash inference

Signed-off-by: Antonio Mello <acmello.ti@gmail.com>
2019-05-13 11:22:59 +02:00
f4b33d4ed5 Merge pull request #7 from onceupon/add-license-1
Create LICENSE
2019-05-12 01:26:35 +08:00
2 changed files with 1919 additions and 948 deletions

76
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at nim.1111.ou@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq

2791
README.md

File diff suppressed because it is too large Load Diff