This repository contains a simple menu bar created using Raycast to generate fake financial data, including IBAN, SWIFT/BIC, and account numbers. The code uses the ibankit
library to generate a random IBAN number, and custom functions to generate fake SWIFT/BIC and account numbers. The generated data can be easily copied to the clipboard by clicking on the menu items.
The following commands are available to generate fake financial data:
This command generates a random IBAN number using the ibankit
library. Clicking on this command will copy the generated IBAN number to your clipboard.
This command generates a fake SWIFT/BIC code using a custom function. Clicking on this command will copy the generated SWIFT/BIC code to your clipboard.
This command generates a fake account number using a custom function. Clicking on this command will copy the generated account number to your clipboard.