Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@ export const projectList = [
description: "PowerShell for every system.",
tags: ["PowerShell", "Shell", "Cross Platform"],
},
{
name: "Nushell",
imageSrc: "https://avatars.githubusercontent.com/u/50749515?v=4",
projectLink: "https://github.com/nushell/nushell/contribute",
description: "Nushell is a modern shell that treats pipelines as structured data.",
tags: ["Rust", "Shell", "CLI", "Cross Platform"],
},
{
name: "Webpack",
imageSrc: "https://avatars3.githubusercontent.com/u/2105791?v=3&s=100",
Expand Down Expand Up @@ -1458,4 +1465,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];