KO
|
EN
gitlite — search
Search
#javascript
#mcp
#ai
#python
#llm
#cli
#mcp-server
#tailwindcss
#go
#golang
#mcp-client
#nodejs
factorial-cli
★ 16
Open GitHub ↗
Fill your factorial shifts with ease
Download README (.md)
Explore Similar Repositories
factorion-bot
:
A bot, written in rust, calculating large factorials and replying to comments, with the solution
MDRGMoanMod
:
A moaning mod for !Ω Factorial Omega: My Dystopian Robot Girlfriend by Incontinent Cell.
FSM
:
Factorial Snow Model - a multi-physics energy balance model of accumulation and melt of snow on the ground
factorial
:
Factorial With Javascript
fabalicious
:
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
factorial-cli
?
Download (.md)
# factorial-cli [](https://github.com/DanielRamosAcosta/factorial-cli/actions) [](https://www.npmjs.com/package/factorial-cli) [](https://github.com/DanielRamosAcosta/factorial-cli/blob/main/LICENSE) [](http://makeapullrequest.com) Fill your factorial shifts with ease [](https://asciinema.org/a/pbJ7VoYhm4NsW7qv9XRaS3Uzk) ## Installation ```sh # Setup env export FACTORIAL_USER_EMAIL=your-email export FACTORIAL_USER_PASSWORD=your-password # Execute npx factorial-cli fill-shifts --project ProjectName ``` ## Usage ``` Fills the shifts until today. If it's on the first days of the month, it will fill the previous month instead. factorial fill-shifts USAGE: factorial fill-shifts [OPTIONS] OPTIONS: -y, --year <YEAR> Sets the year to fill the shifts. Defaults to current year. -m, --month <MONTH> Sets the month to fill the shifts. Defaults to current month. -e, --email <EMAIL> The email of your factorial account. Also configurable via FACTORIAL_USER_EMAIL env variable. -p, --password <PASSWORD> The password of your factorial account. Also configurable via FACTORIAL_USER_PASSWORD env variable. -r, --randomness <RANDOMNESS> The amount of minutes to add or substract to the default entry and exit times. -o, --project <PROJECT> The project you want to set to fill shifts. --entryHour <ENTRY_HOUR> The default entry time you want to set to fill shifts. Default is 8am. --exitHour <EXIT_HOUR> The default exit time you want to set to fill shifts. Default is 8 hours after entry time. ```