all repos — website @ d4c5d1b5b8fab7341be22fce8358107133b45671

personal website hosted at prithu.xyz, built using hugo

update snippets page and a link to git
Prithu Goswami prithugoswami524@gmail.com
Fri, 18 Dec 2020 20:24:18 +0530
commit

d4c5d1b5b8fab7341be22fce8358107133b45671

parent

090f3d3381ff14618a729d98cf75ae82d969687c

2 files changed, 8 insertions(+), 1 deletions(-)

jump to
M content/snippets/_index.mdcontent/snippets/_index.md

@@ -1,7 +1,13 @@

--- -title: Snippets +ptitle: Snippets description: "Some one-liners and code snippets that are useuful" --- + +This is just a list of snippets I find usefull and intriguing. This is not a +furnished list yet. The list includes mostly bash/command-line one-liners but I +don't want it to be restricted to just that. Hopefully will be having more of +these and probably also have a search functionality once there are enough in +number. ## Using awk, tr, to get the remote info of a git repo This will output the (fetch) remote of a git repository and
M layouts/partials/nav.htmllayouts/partials/nav.html

@@ -8,6 +8,7 @@ </div>

<!-- <div><a href="/projects">Projects</a></div> --> <div><a href="/posts">Posts</a></div> <div><a href="/snippets">Snippets</a></div> + <div><a href="https://git.prithu.xyz">Git</a></div> <!-- <div><a href="https://x.prithu.xyz/pub">pub/</a></div> --> <!-- <div><a href="/links">Links</a></div> --> </div>