Skip to content

Priyanshu-1012/pwsh-calender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pwsh-calender

calender in powershell

Installation

  1. Download the powershell script and save it somewhere
  2. Open pwsh terminal and type notepad $profile or whatever code editor you use( like vim $profile)
  3. And in profile file write
Function cal {
   & 'path\to\cal.ps1'
}
  1. Reload terminal and you can see the calender by typing command cal

image

About

calender in powershell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published