Yudai Takada
e8bfec363f
Fix some typos ( #2121 )
...
* mispelling ==> misspelling
* boundry ==> boundary
* Subsituted ==> Substituted
* expresion ==> expression
* bandwith ==> bandwidth
* Contstructor ==> Constructor
* chaning ==> changing
* retrive ==> retrieve
* mached ==> matched
* devlopment ==> development
* inheritence ==> inheritance
* browers ==> browsers
* avalible ==> available
* funciton ==> function
* calulate ==> calculate
2024-03-22 08:53:26 +11:00
Jared Wenerd
bdf7fc2505
applescript handler example ( #2124 )
2024-03-22 08:53:08 +11:00
Tamas Papp
dc066dc18f
Remove redundant syntax ( #2111 )
...
Either use the `function` or `()` but not both, it's redundant.
2024-03-16 00:26:36 +11:00
BSD-Yassin
46907176f9
Two changes : Correction on Fish cheatsheet & version update on Docker compose ( #2115 )
...
* fixed conditional equal operator as per the official documentation https://fishshell.com/docs/current/cmds/test.html
* updated docker compose cheatsheet, added good to remember functionalities and added V2 mention
---------
Co-authored-by: yassin <yassin.bousaadi@sword-group.com>
2024-03-16 00:25:32 +11:00
Daniel Metzler
4f18d6a46b
Update cron.md ( #2116 )
...
Added missing special strings for crontab
2024-03-16 00:24:53 +11:00
Rico Sta. Cruz
d4cac4c37e
Fix some formating issues
2024-03-16 00:23:32 +11:00
Rico Sta. Cruz
3e4487a8ed
Fix formatting of /bash
2024-03-16 00:21:53 +11:00
JoeSSi
d328285853
new sed commands ( #2104 )
...
* delete and insert text with sed
* regex ranges and replacements
---------
Co-authored-by: joessi <jossipro9@gmail.com>
2024-02-15 07:43:19 +11:00
Rico Sta. Cruz
ccd97452a6
yum: update formatting
2024-02-15 07:42:47 +11:00
Guillaume Dorschner
3be696141e
Yum cheatsheet ( #2101 )
...
See the documentation used : https://access.redhat.com/sites/default/files/attachments/rh_yum_cheatsheet_1214_jcs_print-1.pdf
2024-02-15 07:41:45 +11:00
Mateus Caruccio
7317522a8c
Adds Indirection and prefix name expansion ( #2102 )
2024-02-15 07:40:36 +11:00
Drew Arrigoni
c7d50cdbe1
Add contains exactly and match array expectations ( #2106 )
2024-02-15 07:40:15 +11:00
Rico Sta. Cruz
6fbdf3efbe
Update dependencies, Ruby, Node ( #2099 )
...
* Update deps
* Update GitHub actions
* Update netlify runtimes
* Add csv
* Downgrade to Ruby 3.2.3
2024-02-04 22:35:55 +11:00
TheDarkTron
e21b17f5e7
Changed basics section to start/detach/list/reattach since these is the dominant usecase ( #2098 )
2024-02-04 19:25:40 +11:00
Rico Sta. Cruz
95c60a03b4
Update announcement
2023-12-14 08:58:10 +11:00
Iftakhar Husan
de4bb16b2d
Add multi range brace expansion to bash.md ( #2071 )
2023-12-14 08:54:12 +11:00
Mandeep Sekhon
1dbdb9c1aa
Fix spelling ( #2069 )
...
Changed "Conditinal" to "Conditional"
2023-12-14 08:46:17 +11:00
Mostafa Ahangarha
afb4634e79
Fix typo for grep ( #2075 )
2023-12-14 08:45:49 +11:00
hacktivista
122e4d4992
sequel.md: many_to_many {left,right}_{id=>key} ( #2073 )
2023-12-14 08:45:32 +11:00
Rico Sta. Cruz
af33da8de6
Update to github-pages@228 ( #2067 )
...
* Update to github-pages@228
* Add webrick
2023-10-11 21:39:23 +11:00
Sweidan Omár
3b16d4cf2c
Update vimscript.md ( #2008 )
...
Added a section on overwriting functions
2023-07-20 21:05:28 +10:00
Rico Sta. Cruz
9c2b6d725f
mako: Fix snippet and frontmatter ( #1824 )
2023-07-19 23:03:18 +10:00
Saikat Roy
ba8d9189ae
docker system commands added ( #1778 )
...
* docker system commands added
* .cache directory removed
* .cache directory remove along with all unncessary files inside it
* .cache directory added to gitignore
* .cache in git ignore modified
2023-07-19 22:59:31 +10:00
Mi!
90dbde9990
Update fish-shell.md ( #2022 )
2023-07-19 22:59:12 +10:00
Jakob (Koby) Shimony
a2d0c9279d
fix typo in tar.md ( #2020 )
...
* fix typo in tar.md
* Fix indentation
2023-07-19 22:58:25 +10:00
Brian Schonecker
ca529c9d4f
Minor update to the Variables section to BASH cheat sheet. ( #2016 )
2023-06-23 20:57:11 +10:00
Tyler Caceres
76e9d99fb9
Update graphql.md ( #2014 )
2023-06-23 20:56:53 +10:00
shhh7612
726e5c04b2
Consistent Dates in js-date.md ( #2006 )
...
Made all the dates be consistent to each other.
2023-06-06 15:44:55 +10:00
Habetdin
62e5f5f5ea
bash: Recover broken links using Web Archive ( #2004 )
2023-06-02 20:01:51 +10:00
Rico Sta. Cruz
748c2a65b5
Update Google Analytics settings ( #1970 )
2023-03-14 19:23:51 +11:00
Rico Sta. Cruz
39a6c1a6ab
Content formatting update (part 5) ( #1969 )
2023-03-14 15:40:29 +11:00
Rico Sta. Cruz
05890aa33d
Update clip.md
2023-03-14 15:14:48 +11:00
Allison Browne
db559f8898
Remove bad negative example from capybara sheet ( #1798 )
...
Removes the bad negative example and adds a new one
that still has bad performance. It use to be that `not_to` would wait
in a non-performant way:
https://www.cloudbees.com/blog/faster-rails-tests
but now it it no longer waits:
https://github.com/rubocop/rubocop-rspec/issues/378#issuecomment-463250177
2023-03-14 14:09:31 +11:00
Rico Sta. Cruz
ea5f9100f2
Content formatting update (part 3) ( #1967 )
2023-03-14 12:52:21 +11:00
Rico Sta. Cruz
c8d1d57d9f
Content formatting update (part 2) ( #1966 )
2023-03-13 23:08:02 +11:00
Rico Sta. Cruz
711ba22911
Content formatting update ( #1965 )
2023-03-13 23:02:33 +11:00
Emily Grace Seville
ab9ab48bc5
Add Command Line Interface Pages (CLIP) page syntax examples ( #1953 )
...
* Add CLIP page syntax examples
* Update urls
* Fix errors
2023-03-13 22:38:48 +11:00
Emily Grace Seville
cc9f2439cb
Refresh README: mention similar projects ( #1961 )
...
* Refresh README:
- mention similar projects
* Refresh README:
- change link text for TlDr
2023-03-13 22:37:39 +11:00
Rico Sta. Cruz
877f83fbed
Update _data/carbon.yml
2023-03-10 16:10:01 +11:00
Vivian De Smedt
9c1026d62f
Update vimscript.md ( #1952 )
...
Accessing key in dictionaries make use of `[` instead of `(`
2023-02-25 09:47:30 +11:00
Peter C. S. Scholtens
6afbde3c2d
Update find.md ( #1783 )
...
* Update find.md
Example to look very detailed in the past using a before and after condition.
* Update find.md
Co-authored-by: kang <1115610574@qq.com>
---------
Co-authored-by: kang <1115610574@qq.com>
2023-01-31 19:57:10 +11:00
Joshua Inho Jung
6b4c9ef35d
Add npm-version command to npm cheatsheet ( #1553 )
2023-01-31 19:56:35 +11:00
Dan Nissenbaum
b91885ec71
Alternative form of long prefix/suffix removal ( #1941 )
...
The ${foo/%from} is an alternative form of the long suffix removal.
Likewise, he ${foo/#from} is an alternative form of the long prefix removal.
Test cases:
~~~bash
foo=gododa
# The following are the same: Long prefix removal.
# Result: r=a
r=${foo/#g*d}
r=${foo##g*d}
# (Compare to short prefix removal)
# Result: r=oda
r=${foo#g*d}
foo=agogod
# The following are the same: Long suffix removal.
# Result: r=a
r=${foo/%g*d}
r=${foo%%g*d}
# (Compare to short suffix removal)
# Result: r=ago
r=${foo%g*d}
~~~
2023-01-31 19:55:15 +11:00
TheDarkTron
5efbf15d4f
Added basic syntax for dictionaries and lists ( #1947 )
2023-01-31 19:54:45 +11:00
Kevin Yue
cd02bb5a2c
Correct the --include
option ( #1948 )
2023-01-31 19:53:46 +11:00
TheDarkTron
11cfb5c943
Added Search & Replace command ( #1943 )
2023-01-27 21:22:50 +11:00
TheDarkTron
04d0b8d9df
Removed :q! and :qa! ( #1944 )
2023-01-27 21:22:23 +11:00
not-a-patch
0d16abcb6a
Include have_current_path into expectations ( #1938 )
2023-01-18 22:46:59 +11:00
TheDarkTron
9b0e8f2203
Added nested list items, moved image embedding with reference to own block ( #1939 )
2023-01-18 22:44:08 +11:00
Andrei Curelaru
9cc370f984
Added 2 movement shortcuts ( #1903 )
...
* Added 2 movement shortcuts
In the Document section, "Move down/up by n lines"
* Update vim.md
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2023-01-04 20:45:26 +11:00