<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: chouchouji</title>
    <description>The latest articles on DEV Community by chouchouji (@chouchouji).</description>
    <link>https://dev.to/chouchouji</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2118543%2Fe33f77ab-a0c1-407d-9431-bb0aac427ea7.jpeg</url>
      <title>DEV Community: chouchouji</title>
      <link>https://dev.to/chouchouji</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chouchouji"/>
    <language>en</language>
    <item>
      <title>I wrote a vscode extension to copy filename and directory</title>
      <dc:creator>chouchouji</dc:creator>
      <pubDate>Sat, 23 Nov 2024 02:47:35 +0000</pubDate>
      <link>https://dev.to/chouchouji/i-wrote-a-vscode-extension-to-copy-filename-and-directory-4hl5</link>
      <guid>https://dev.to/chouchouji/i-wrote-a-vscode-extension-to-copy-filename-and-directory-4hl5</guid>
      <description>&lt;h2&gt;
  
  
  Copy Filename Pro
&lt;/h2&gt;

&lt;p&gt;A vscode extension used to copy filename and directory&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;📝 Support copying filename (with or no extension)&lt;br&gt;
📖 Support copying directory&lt;br&gt;
🌍 Support internationalization&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7vjzvsg77hpv2i6i390y.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7vjzvsg77hpv2i6i390y.gif" alt="copy" width="1132" height="724"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Link
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/chouchouji/copy-filename-pro" rel="noopener noreferrer"&gt;https://github.com/chouchouji/copy-filename-pro&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>typescript</category>
      <category>javascript</category>
      <category>extensions</category>
    </item>
    <item>
      <title>I had wrote a vscode extension used to manage system aliases</title>
      <dc:creator>chouchouji</dc:creator>
      <pubDate>Mon, 11 Nov 2024 09:47:41 +0000</pubDate>
      <link>https://dev.to/chouchouji/i-had-wrote-a-vscode-extension-used-to-manage-system-aliases-5956</link>
      <guid>https://dev.to/chouchouji/i-had-wrote-a-vscode-extension-used-to-manage-system-aliases-5956</guid>
      <description>&lt;p&gt;At first I just wanted to make a git alias plugin, and after talking to my friend, he suggested that I make a management system alias plugin directly, which is more convenient and concise.&lt;/p&gt;

&lt;p&gt;It took me about a day to complete the development of this plugin.You can find it in vscode extensions market. &lt;/p&gt;




&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎨   Support creating, deleting, renaming, copying and running system alias&lt;/li&gt;
&lt;li&gt;📦   Support custom path that used to store aliases&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Create Alias
&lt;/h3&gt;

&lt;p&gt;You can create a new alias.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!TIP]&lt;br&gt;
Please ensure that you have understood how to create a right alias.&lt;br&gt;
Don't allow to add &lt;code&gt;duplicate&lt;/code&gt; alias.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftjieeasvsfmuvshpfozx.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftjieeasvsfmuvshpfozx.gif" alt="add" width="2087" height="1287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Rename Alias
&lt;/h3&gt;

&lt;p&gt;It supports renaming an alias.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzdpaddnkcxtdewazu2e.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzdpaddnkcxtdewazu2e.gif" alt="rename" width="2087" height="1287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Delete Alias(es)
&lt;/h3&gt;

&lt;p&gt;It supports deleting all aliases or one alias.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vh3ugb9pxdar8sj0lnm.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5vh3ugb9pxdar8sj0lnm.gif" alt="delete" width="2087" height="1287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Run Alias
&lt;/h3&gt;

&lt;p&gt;Click &lt;code&gt;run&lt;/code&gt; button, it will activate terminal and exec that command.&lt;/p&gt;

&lt;p&gt;If the terminal shows error like &lt;code&gt;command not found&lt;/code&gt;, close terminal and try again.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffxjc60575xrjhcslzz5o.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffxjc60575xrjhcslzz5o.gif" alt="run" width="2087" height="1287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Copy Alias
&lt;/h3&gt;

&lt;p&gt;It supports copying an alias or all aliases.&lt;/p&gt;

&lt;h3&gt;
  
  
  Set Store Path
&lt;/h3&gt;

&lt;p&gt;The default store path is &lt;code&gt;${homedir}/.zshrc&lt;/code&gt;, like &lt;code&gt;/Users/xxx/.zshrc&lt;/code&gt;. If you want to custom your alias store path, modify it by &lt;code&gt;Setting/Extensions/Alias Manager&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbvwbwu6ahhpxqq0b94wq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbvwbwu6ahhpxqq0b94wq.png" alt="store-path" width="800" height="291"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you encounter problems or have good ideas and suggestions, please &lt;a href="https://github.com/chouchouji/alias-manager/issues" rel="noopener noreferrer"&gt;report&lt;/a&gt; here.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>extensions</category>
      <category>opensource</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
