tree: df9e1d7e0f778c368da5826a8bdadc37627d19eb [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. dart/
  4. devshell/
  5. editors/
  6. fish/
  7. fuzzing/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn_complete/
  13. memory/
  14. mkinstaller/
  15. move_source/
  16. owner/
  17. prebuilts/
  18. rust/
  19. scrutiny/
  20. sdk/
  21. status/
  22. style/
  23. tests/
  24. third_party/
  25. unification/
  26. verify_cmdline_params/
  27. vim/
  28. youcompleteme/
  29. zsh-completion/
  30. .gitignore
  31. bootstrap
  32. build-qemu.sh
  33. BUILD.gn
  34. build_id_conv.py
  35. change_testability_review_analyzer.py
  36. colorize_logs
  37. cq_perf_results.py
  38. difl
  39. fd.py
  40. fetch-build-artifacts
  41. fidl_project_schema.json
  42. find_integration_revision.py
  43. flog
  44. fx
  45. fx-env.fish
  46. fx-env.sh
  47. fx-help.awk
  48. fx-wrapper
  49. gen-bot
  50. gen_rust_analyzer.py
  51. generate-fidl-project.py
  52. generate-fidl-tags.py
  53. generate-intellij-config.py
  54. generate_cargo.py
  55. git_utils.py
  56. gn_to_cmake.py
  57. OWNERS
  58. paths.py
  59. README.md
  60. run-core-tests.py
  61. run-zircon-arm64
  62. run-zircon-x86
  63. simplify_stacktraces
  64. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.